Index: LayoutTests/http/tests/push_messaging/pushmessagedata-constructor-text.html |
diff --git a/LayoutTests/http/tests/push_messaging/pushmessagedata-constructor-text.html b/LayoutTests/http/tests/push_messaging/pushmessagedata-constructor-text.html |
deleted file mode 100644 |
index b5d586118b930ed4308553bbb73dd8f0bce42f63..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/push_messaging/pushmessagedata-constructor-text.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<!doctype html> |
-<html> |
- <head> |
- <title>Push API: PushMessageData's text-based constructor and accessor behaviour.</title> |
- <script src="../resources/testharness.js"></script> |
- <script src="../resources/testharnessreport.js"></script> |
- <script src="../serviceworker/resources/test-helpers.js"></script> |
- </head> |
- <body> |
- <script> |
- // Tests that the PushMessageData object exists, can be constructed and |
- // returns the expected values through its text() accessor. |
- service_worker_test( |
- 'resources/pushmessagedata-constructor-text.js', |
- 'Exposure and behaviour of the PushMessageData object in a ServiceWorker.'); |
- </script> |
- </body> |
-</html> |