Bug 1660450 [wpt PR 25178] - [WPT] Add microtask-related ordering tests for classic...
commite4e8f9fa0991f825175bded57ccc4b4979239a72
authorHiroshige Hayashizaki <hiroshige@chromium.org>
Tue, 22 Sep 2020 09:11:37 +0000 (22 09:11 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Wed, 23 Sep 2020 09:02:22 +0000 (23 09:02 +0000)
tree2dcc29f508cc1cb93cfb605ffde806a751dbde8f
parent8a468163044a28d8c89e46f5138e8138dafd4fbf
Bug 1660450 [wpt PR 25178] - [WPT] Add microtask-related ordering tests for classic scripts and SharedWorkers, a=testonly

Automatic update from web-platform-tests
[WPT] Add microtask-related ordering tests for classic scripts and SharedWorkers

Classic script and SharedWorker versions of
https://chromium-review.googlesource.com/c/chromium/src/+/2346251
https://github.com/web-platform-tests/wpt/pull/24948

Bug: 11140281128214
Change-Id: I44353438ec9356a6a55a4ed3bb22cf80b9ab554a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369075
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Reviewed-by: Dominic Farolino <dom@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806893}

--

wpt-commits: d77aecb43a161cdf3b62cc8a35473e00f96d3238
wpt-pr: 25178
12 files changed:
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/evaluation-order-1-nothrow-sharedworker.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/evaluation-order-1-nothrow-worker-setup.js [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/evaluation-order-1-nothrow-worker.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/evaluation-order-1-nothrow.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/evaluation-order-1-sharedworker.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/evaluation-order-1-worker-setup.js [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/evaluation-order-1-worker.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/evaluation-order-1.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/evaluation-order-1-nothrow-sharedworker.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/evaluation-order-1-sharedworker.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/evaluation-order-2-import-sharedworker.html [new file with mode: 0644]
testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/evaluation-order-3-dynamic-sharedworker.html [new file with mode: 0644]