4 <title>Push API: PushMessageData initialization and accessor behaviour.
</title>
5 <script src=
"../resources/testharness.js"></script>
6 <script src=
"../resources/testharnessreport.js"></script>
7 <script src=
"../serviceworker/resources/test-helpers.js"></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.
15 'resources/pushmessagedata-worker.js',
16 'PushMessageData initialization and accessor behaviour in a ServiceWorker.');