Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event-constructor.https.html |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event-constructor.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event-constructor.https.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..525245fe9ece73fde6e2408e76927bbfcd1b04cf |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/extendable-message-event-constructor.https.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<title>ServiceWorkerGlobalScope: ExtendableMessageEvent Constructor</title> |
+<script src='/resources/testharness.js'></script> |
+<script src='/resources/testharnessreport.js'></script> |
+<script src='../resources/test-helpers.sub.js'></script> |
+<script> |
+service_worker_test( |
+ 'resources/extendable-message-event-constructor-worker.js', document.title |
+ ); |
+</script> |