Skip to content

Commit

Permalink
Bug 1616251 [wpt PR 21853] - nonce attribute: no longer tentative, a=…
Browse files Browse the repository at this point in the history
…testonly

Automatic update from web-platform-tests
nonce attribute: no longer tentative

For whatwg/html#5300.

Supersedes #5423
--

wpt-commits: 2ca72d0f4b39e6007ae10e78d25f352dab56b2d2
wpt-pr: 21853

UltraBlame original commit: f6e9e0c531a648d841cd116948906c025caa4921
  • Loading branch information
marco-c committed Feb 25, 2020
1 parent 9869400 commit 217fd3d
Show file tree
Hide file tree
Showing 8 changed files with 908 additions and 460 deletions.

Large diffs are not rendered by default.

@@ -0,0 +1,12 @@
Content
-
Security
-
Policy
:
img
-
src
'
none
'
Expand Up @@ -676,6 +676,29 @@
abc
'
;
assert_equals
(
s
.
nonce
'
abc
'
)
;
assert_equals
(
s
.
getAttribute
(
'
nonce
'
)
null
)
;
document
.
head
Expand Down Expand Up @@ -1118,23 +1141,13 @@
cssTest
"
>
async_test
(
t
=
>
{
requestAnimationFrame
test
(
t
.
step_func_done
(
_
=
>
{
var
const
script
=
document
Expand All @@ -1147,6 +1160,21 @@
'
)
;
t
.
add_cleanup
(
(
)
=
>
script
.
remove
(
)
)
;
var
style
=
Expand Down Expand Up @@ -1221,10 +1249,6 @@
)
;
}
)
)
;
}
"
Nonces
leak
Expand Down

0 comments on commit 217fd3d

Please sign in to comment.