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

Side by Side Diff: LayoutTests/http/tests/push_messaging/pushmessagedata.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/http/tests/push_messaging/pushmessagedata-constructor-text.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <title>Push API: PushMessageData initialization and accessor behaviour.</tit le>
5 <script src="../resources/testharness.js"></script>
6 <script src="../resources/testharnessreport.js"></script>
7 <script src="../serviceworker/resources/test-helpers.js"></script>
8 </head>
9 <body>
10 <script>
11 // Tests that the PushMessageData object exists, can be initialized using
12 // a string or an ArrayBuffer(View) through the PushEvent and returns the
13 // expected values through its various accessors.
14 service_worker_test(
15 'resources/pushmessagedata-worker.js',
16 'PushMessageData initialization and accessor behaviour in a ServiceWor ker.');
17 </script>
18 </body>
19 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/push_messaging/pushmessagedata-constructor-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698