OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS PushMessageData initialization and accessor behaviour in a ServiceWorker. |
| 3 PASS PushEvent can be initialized from ArrayBuffer, ArrayBufferView and USVStrin
gs. |
| 4 PASS PushMessageData is null by default. |
| 5 PASS PushMessageData handling of ArrayBuffer content. |
| 6 PASS PushMessageData handling of Blob content. |
| 7 PASS PushMessageData handling of valid JSON content. |
| 8 FAIL PushMessageData handling of invalid JSON content. Test bug: need to pass ex
ception to assert_throws() |
| 9 FAIL PushMessageData should not be constructable. Test bug: need to pass excepti
on to assert_throws() |
| 10 PASS PushEventInit data is not normalized |
| 11 FAIL PushMessageData throws when passed SharedArrayBuffer view. Test bug: need t
o pass exception to assert_throws() |
| 12 Harness: the test ran to completion. |
| 13 |
OLD | NEW |