mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +01:00
Update web-platform-tests to revision 8ae1ddbc812733c3a73b103eafad56fb43a2f4b5
This commit is contained in:
parent
d44e9aced2
commit
0e5e5db397
109 changed files with 2053 additions and 708 deletions
|
@ -9,8 +9,8 @@
|
|||
<script nonce="abc">
|
||||
window.addEventListener('load', t.step_func(function() {
|
||||
verifyPreloadAndRTSupport();
|
||||
verifyNumberOfDownloads("resources/dummy.js?without-nonce", 0);
|
||||
verifyNumberOfDownloads("resources/dummy.js?with-nonce", 1);
|
||||
verifyNumberOfDownloads("resources/dummy.js?from-header&without-nonce", 0);
|
||||
verifyNumberOfDownloads("resources/dummy.js?from-header&with-nonce", 1);
|
||||
t.done();
|
||||
}));
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue