https://github.com/web-platform-tests/wpt
Revision dd79be3ee575503e4e9595dfe8ce8141d8aedb72 authored by Hiroki Nakagawa on 22 March 2018, 05:53:36 UTC, committed by Chromium WPT Sync on 22 March 2018, 05:53:36 UTC
This CL supports ES Modules on DedicatedWorker behind the ModuleDedicatedWorker
flag and adds WPT tests.

With the flag, you can specify 'type' option on the constructor of
DedicatedWorker (i.e., new Worker) to start a dedicated worker as a module
script. On DedicatedWorkerGlobalScope, static import is available, but dynamic
import() hasn't been implemented yet.

Bug: 680046
Change-Id: I3aca350228ec07be7884c7a2eb8cd351e7fd6b6e
Reviewed-on: https://chromium-review.googlesource.com/967908
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544983}
1 parent 14f1aec
History
Tip revision: dd79be3ee575503e4e9595dfe8ce8141d8aedb72 authored by Hiroki Nakagawa on 22 March 2018, 05:53:36 UTC
Worker: Support ES Modules on DedicatedWorker behind the runtime flag
Tip revision: dd79be3
File Mode Size
resources
OWNERS -rw-r--r-- 21 bytes
basetest.html -rw-r--r-- 1.5 KB
child-painting-first-image.html -rw-r--r-- 1003 bytes
first-contentful-bg-image.html -rw-r--r-- 1.4 KB
first-contentful-canvas.html -rw-r--r-- 1.3 KB
first-contentful-image.html -rw-r--r-- 1.4 KB
first-contentful-paint.html -rw-r--r-- 2.7 KB
first-contentful-svg.html -rw-r--r-- 1.3 KB
first-image-child.html -rw-r--r-- 1.8 KB
first-paint-bg-color.html -rw-r--r-- 1019 bytes
first-paint-only.html -rw-r--r-- 1.2 KB
paint-visited.html -rw-r--r-- 1.7 KB
sibling-painting-first-image.html -rw-r--r-- 1.6 KB

back to top