mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 122a4672fa0dc554a6e7528fa3487fd907c792ee
This commit is contained in:
parent
fb1123495f
commit
93d826f7ba
301 changed files with 4775 additions and 1769 deletions
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Worker cross-origin URL</title>
|
||||
<meta name="timeout" content="long">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id=log></div>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
-->
|
||||
<!doctype html>
|
||||
<title>same-origin checks</title>
|
||||
<meta name="timeout" content="long">
|
||||
<link rel=help href="https://html.spec.whatwg.org/multipage/workers.html#dom-sharedworker">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<title>same-origin checks; the script is in a script element</title>
|
||||
<meta name="timeout" content="long">
|
||||
<link rel=help href="https://html.spec.whatwg.org/multipage/workers.html#dom-worker">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
|
|
|
@ -14,6 +14,7 @@ postMessage([x, y, z]);
|
|||
-->
|
||||
<!doctype html>
|
||||
<title>importScripts uncaught exception</title>
|
||||
<meta name="timeout" content="long">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id="log"></div>
|
||||
|
|
|
@ -17,6 +17,7 @@ if (location.hash == '#1') {
|
|||
-->
|
||||
<!doctype html>
|
||||
<title>creating 3 nested dedicated workers</title>
|
||||
<meta name="timeout" content="long">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id=log></div>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!doctype html>
|
||||
<title>shared worker with multiple documents</title>
|
||||
<meta name="timeout" content="long">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id=log></div>
|
||||
|
|
|
@ -22,6 +22,7 @@ if (location.hash == '#1') {
|
|||
-->
|
||||
<!doctype html>
|
||||
<title>shared worker in dedicated worker in shared worker</title>
|
||||
<meta name="timeout" content="long">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id=log></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue