SharedWorker: Add WPTs for failure with importing non-existing scripts
This CL adds tests to static/dynamic import of non-existing scripts modules shared workers. Without 'static import on classic worker' test, all the tests corresponding to dedicated-worker-import-failure.html have added. 'static import on classic worker' is treated as parse error, and the way to handle parse error differs from fetching non-existing or invalid scripts which are tested in this test file. Therefore, I will add WPTs for parse error in separated files by the following CLs. Change-Id: I1f4555f2ea8597f0c0fc197494f0ba5d1510db75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071466 Commit-Queue: Eriko Kurimoto <elkurin@google.com> Reviewed-by:Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#745395}
Showing
Please register or sign in to comment