Commit f534543c authored by Hiroki Nakagawa's avatar Hiroki Nakagawa Committed by Commit Bot

Worklet: Remove outdated comment from WPT

Worklets don't support dynamic import (see the issue)

Bug: 782538
Change-Id: Iea9b4352122e78d1ff671ae09a9947f6a7f1ef3b
TBR: nhiroki@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/1058883Reviewed-by: default avatarHiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558638}
parent 8aea1de0
......@@ -120,6 +120,4 @@ function runServiceWorkerInterceptionTests(worklet_type) {
})
.then(msg_event => assert_equals(msg_event.data, 'RESOLVED'));
}, 'Static import should be intercepted by a service worker.');
// TODO(nhiroki): Add tests for dynamic import.
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment