Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: LayoutTests/http/tests/push_messaging/pushmessagedata-constructor-text.html

Issue 1311853002: Update PushEvent and PushMessageData to match the spec. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698