diff --git a/testing/web-platform/tests/content-security-policy/reporting/report-clips-sample.html b/testing/web-platform/tests/content-security-policy/reporting/report-clips-sample.html index cb69c930fc112..29f6aa409cc52 100644 --- a/testing/web-platform/tests/content-security-policy/reporting/report-clips-sample.html +++ b/testing/web-platform/tests/content-security-policy/reporting/report-clips-sample.html @@ -11,7 +11,7 @@ diff --git a/testing/web-platform/tests/trusted-types/block-text-node-insertion-into-script-element.tentative.html b/testing/web-platform/tests/trusted-types/block-text-node-insertion-into-script-element.tentative.html index 607a622f2b3e9..bc29f19f4c4a7 100644 --- a/testing/web-platform/tests/trusted-types/block-text-node-insertion-into-script-element.tentative.html +++ b/testing/web-platform/tests/trusted-types/block-text-node-insertion-into-script-element.tentative.html @@ -176,7 +176,7 @@ container.appendChild(new_script); assert_equals(inserted_script.textContent, "3*4"); - // We expect 3 SPV events: two for the two assert_throws cases, and one + // We expect 3 SPV events: two for the two assert_throws_js cases, and one // for script element, which will be rejected at the time of execution. return checkSecurityPolicyViolationEvent(3); }, "Spot tests around script + innerHTML interaction."); diff --git a/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting-no-unsafe-eval.tentative.https.html b/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting-no-unsafe-eval.tentative.https.html index 786731041140b..40c1ccc69a1b1 100644 --- a/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting-no-unsafe-eval.tentative.https.html +++ b/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting-no-unsafe-eval.tentative.https.html @@ -42,7 +42,7 @@ }); } - // Like assert_throws, but we don't care about the exact error. We just want + // Like assert_throws_*, but we don't care about the exact error. We just want // to run the code and continue. function expect_throws(fn) { try { fn(); assert_unreached(); } catch (err) { /* ignore */ } diff --git a/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting-report-only.tentative.https.html b/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting-report-only.tentative.https.html index 18c035215e0b9..8076ab40c8396 100644 --- a/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting-report-only.tentative.https.html +++ b/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting-report-only.tentative.https.html @@ -42,7 +42,7 @@ }); } - // Like assert_throws, but we don't care about the exact error. We just want + // Like assert_throws_*, but we don't care about the exact error. We just want // to run the code and continue. function expect_throws(fn) { try { fn(); assert_unreached(); } catch (err) { /* ignore */ } diff --git a/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting.tentative.https.html b/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting.tentative.https.html index d98b457f6aaa7..dec8a07cfc4bb 100644 --- a/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting.tentative.https.html +++ b/testing/web-platform/tests/trusted-types/trusted-types-eval-reporting.tentative.https.html @@ -36,7 +36,7 @@ }); } - // Like assert_throws, but we don't care about the exact error. We just want + // Like assert_throws_*, but we don't care about the exact error. We just want // to run the code and continue. function expect_throws(fn) { try { fn(); assert_unreached(); } catch (err) { /* ignore */ } diff --git a/testing/web-platform/tests/trusted-types/trusted-types-reporting.tentative.https.html b/testing/web-platform/tests/trusted-types/trusted-types-reporting.tentative.https.html index ef282dc609c88..bd336f3ad6844 100644 --- a/testing/web-platform/tests/trusted-types/trusted-types-reporting.tentative.https.html +++ b/testing/web-platform/tests/trusted-types/trusted-types-reporting.tentative.https.html @@ -48,7 +48,7 @@ }); } - // Like assert_throws, but we don't care about the exact error. We just want + // Like assert_throws_*, but we don't care about the exact error. We just want // to run the code and continue. function expect_throws(fn) { try { fn(); assert_unreached(); } catch (err) { /* ignore */ } diff --git a/testing/web-platform/tests/user-timing/measure_exception.html b/testing/web-platform/tests/user-timing/measure_exception.html index df674d931f48f..5c1aa086c0fc8 100644 --- a/testing/web-platform/tests/user-timing/measure_exception.html +++ b/testing/web-platform/tests/user-timing/measure_exception.html @@ -19,7 +19,7 @@