Skip to content

Commit

Permalink
Bug 1480905 [wpt PR 12305] - Wrap an assert in step_func in a CSP tes…
Browse files Browse the repository at this point in the history
…t, a=testonly

Automatic update from web-platform-testsWrap an assert in step_func in a CSP test (#12305)

Previously, this test caused a harness error in Firefox and Safari, now
the test itself fails correctly instead.

Found via web-platform-tests/wpt#10877 (comment).
--

wpt-commits: 590992ecaa850723c3300417912a874d94295444
wpt-pr: 12305

UltraBlame original commit: b6e9010c6387a844841891a8d7e6d7cff7c953d7
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent e70991f commit f5f4008
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion testing/web-platform/meta/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -2942125,7 +2942125,7 @@ html
:
[
"
69657efda7e158179aad8ab5688e56e344a9b05d
568c469b063c0faaed83cf9551b56a3bf7d2b3d9
"
"
testharness
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,15 @@
"
)
;
function
self
.
check_for_style
=
t1
.
step_func_done
(
function
(
)
{
Expand All @@ -168,13 +175,9 @@
background
)
;
t1
.
done
(
}
)
;
}
window
.
addEventListener
Expand Down

0 comments on commit f5f4008

Please sign in to comment.