mirror of
https://github.com/servo/servo.git
synced 2025-06-27 02:23:41 +01:00
Update web-platform-tests to revision 2b4f117a8fc636fc316b3864763db6b28e8a42bc
This commit is contained in:
parent
d7e7e43a80
commit
7ae94b8030
116 changed files with 3431 additions and 487 deletions
|
@ -1,4 +1,4 @@
|
|||
importScripts("/resources/testharness.js");
|
||||
importScripts("module/evaluation-order-setup.mjs");
|
||||
importScripts("module/evaluation-order-1-worker.mjs");
|
||||
importScripts("evaluation-order-1-worker.js");
|
||||
importScripts("module/evaluation-order-1.mjs");
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
globalThis.expectedLog = [
|
||||
"step-1-1", "step-1-2",
|
||||
"global-error", "error",
|
||||
"microtask",
|
||||
];
|
||||
|
||||
globalThis.test_load.step_timeout(() => globalThis.testDone(), 0);
|
||||
|
||||
done();
|
|
@ -1,7 +1,7 @@
|
|||
globalThis.expectedLog = [
|
||||
"step-1-1", "step-1-2",
|
||||
"global-error", "error",
|
||||
"microtask",
|
||||
"global-error", "error",
|
||||
];
|
||||
|
||||
globalThis.test_load.step_timeout(() => globalThis.testDone(), 0);
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
window.addEventListener("load", event => globalThis.testDone());
|
||||
globalThis.expectedLog = [
|
||||
"step-1-1", "step-1-2",
|
||||
"global-error", "error",
|
||||
"microtask",
|
||||
"global-error", "error",
|
||||
"script-load",
|
||||
"global-load"
|
||||
];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
globalThis.expectedLog = [
|
||||
"step-2.2-1", "step-2.2-2",
|
||||
"global-error", "error",
|
||||
"microtask-2.2",
|
||||
"global-error", "error",
|
||||
];
|
||||
|
||||
done();
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
import "./evaluation-order-setup.mjs";
|
||||
globalThis.expectedLog = [
|
||||
"step-2.2-1", "step-2.2-2",
|
||||
"global-error", "error",
|
||||
"microtask-2.2",
|
||||
"global-error", "error",
|
||||
"script-load",
|
||||
"global-load",
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue