Skip to content

Commit 4c576da

Browse files
committed
Bug 1480903 [wpt PR 12303] - Fix a t.assert_unreached typo in a CSP test helper, a=testonly
Automatic update from web-platform-testsFix a t.assert_unreached typo in a CSP test helper (#12303) Found via web-platform-tests/wpt#10877 (comment). -- wpt-commits: 64a9cbb9aec8db0f84c076ae77045297fe8ea320 wpt-pr: 12303 UltraBlame original commit: 46cd6f41717a3d07bed82676d6a6c1fb17995e74
1 parent 512f8f3 commit 4c576da

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

testing/web-platform/meta/MANIFEST.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2919223,7 +2919223,7 @@ js
29192232919223
:
29192242919224
[
29192252919225
"
2919226-
6d2e64f8f7e9026719e84c8fd1c09dd27c8d03b5
2919226+
c1b2e673eced75db5bb3b47abcfef56bff62e465
29192272919227
"
29192282919228
"
29192292919229
support

testing/web-platform/tests/content-security-policy/embedded-enforcement/support/testharness-helper.sub.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,10 @@ window
992992
.
993993
onmessage
994994
=
995+
t
996+
.
997+
step_func
998+
(
995999
function
9961000
(
9971001
e
@@ -1010,8 +1014,6 @@ contentWindow
10101014
)
10111015
return
10121016
;
1013-
t
1014-
.
10151017
assert_unreached
10161018
(
10171019
'
@@ -1028,6 +1030,8 @@ frame
10281030
)
10291031
;
10301032
}
1033+
)
1034+
;
10311035
i
10321036
.
10331037
onload

0 commit comments

Comments
 (0)