Skip to content

Commit

Permalink
fix-documentCOOPValueTitle-substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorHsu authored and jgraham committed Aug 16, 2019
1 parent 936827a commit b6cdac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/cross-origin-opener-policy/resources/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function run_coop_tests(documentCOOPValueTitle, testArray) {
for (const test of tests) {
async_test(t => {
coop_test(t, test[0], test[1],
`${mainTest}_to_${test[0].name}_${test[1].replace(/ /g,"-")}`,
`${documentCOOPValueTitle}_to_${test[0].name}_${test[1].replace(/ /g,"-")}`,
test[2]);
}, `${documentCOOPValueTitle} document opening popup to ${test[0].origin} with COOP: "${test[1]}"`);
}
Expand Down

0 comments on commit b6cdac6

Please sign in to comment.