OLD | NEW |
1 Test that the second argument of window.postMessage is ignored or triggers an er
ror if it is not a message port. You should see PASS message '1' through '7', fo
llowed by 'done', with messages 4-7 received below. | 1 Test that the second argument of window.postMessage is ignored or triggers an er
ror if it is not a message port. You should see PASS message '1' through '7', fo
llowed by 'done', with messages 4-7 received below. |
2 | 2 |
3 PASS: Posting message ('1', 1): threw exception TypeError: Failed to execute 'po
stMessage' on 'Window': The 3rd argument is neither an array, nor does it have i
ndexed properties. | 3 PASS: Posting message ('1', 1): threw exception TypeError: Failed to execute 'po
stMessage' on 'Window': The 3rd argument is neither an array, nor does it have i
ndexed properties. |
4 PASS: Posting message ('2', c): threw exception TypeError: Failed to execute 'po
stMessage' on 'Window': The 2nd argument is neither an array, nor does it have i
ndexed properties. | 4 PASS: Posting message ('2', c): threw exception TypeError: Failed to execute 'po
stMessage' on 'Window': The 2nd argument is neither an array, nor does it have i
ndexed properties. |
5 PASS: Posting message ('3', [object Object]): threw exception TypeError: Failed
to execute 'postMessage' on 'Window': The 3rd argument is neither an array, nor
does it have indexed properties. | 5 PASS: Posting message ('3', [object Object]): threw exception TypeError: Failed
to execute 'postMessage' on 'Window': The 3rd argument is neither an array, nor
does it have indexed properties. |
6 PASS: Posting message ('3a', *): threw exception TypeError: Failed to execute 'p
ostMessage' on 'Window': The 2nd argument is neither an array, nor does it have
indexed properties. | 6 PASS: Posting message ('3a', *): threw exception TypeError: Failed to execute 'p
ostMessage' on 'Window': The 2nd argument is neither an array, nor does it have
indexed properties. |
7 PASS: Posting message ('4', [object Window]) did not throw an exception | 7 PASS: Posting message ('4', [object Window]) did not throw an exception |
8 PASS: Posting message ('4a', *) did not throw an exception | 8 PASS: Posting message ('4a', *) did not throw an exception |
9 PASS: Posting message ('5', null) did not throw an exception | 9 PASS: Posting message ('5', null) did not throw an exception |
10 PASS: Posting message ('6', undefined) did not throw an exception | 10 PASS: Posting message ('6', undefined) did not throw an exception |
11 PASS: Posting message ('7', [object MessagePort],[object MessagePort]) did not t
hrow an exception | 11 PASS: Posting message ('7', [object MessagePort],[object MessagePort]) did not t
hrow an exception |
12 PASS: Posting message ('7a', *) did not throw an exception | 12 PASS: Posting message ('7a', *) did not throw an exception |
13 PASS: Posting message ('7', [object MessagePort],[object MessagePort]) did not t
hrow an exception | 13 PASS: Posting message ('7', [object MessagePort],[object MessagePort]) did not t
hrow an exception |
14 PASS: Posting message ('2147483648', null) did not throw an exception | 14 PASS: Posting message ('2147483648', null) did not throw an exception |
15 PASS: Posting message ('[object MessagePort]', [object MessagePort],[object Mess
agePort]) did not throw an exception | 15 PASS: Posting message ('[object MessagePort]', [object MessagePort],[object Mess
agePort]) did not throw an exception |
16 PASS: Posting message ('[object MessagePort]', [object MessagePort],[object Mess
agePort]) did not throw an exception | 16 PASS: Posting message ('[object MessagePort]', [object MessagePort],[object Mess
agePort]) did not throw an exception |
17 PASS: Posting message ('[object MessagePort],[object MessagePort]', [object Mess
agePort],[object MessagePort]) did not throw an exception | 17 PASS: Posting message ('[object MessagePort],[object MessagePort]', [object Mess
agePort],[object MessagePort]) did not throw an exception |
| 18 PASS: Posting message ('data', [object MessagePort],[object MessagePort]): threw
exception DataCloneError: Failed to execute 'postMessage' on 'Window': Port at
index 0 is already neutered. |
| 19 PASS: Posting message ('[object MessagePort],[object MessagePort]', ): threw exc
eption DataCloneError: Failed to execute 'postMessage' on 'Window': An object co
uld not be cloned. |
18 PASS: Posting message ('[object ArrayBuffer]', [object ArrayBuffer]) did not thr
ow an exception | 20 PASS: Posting message ('[object ArrayBuffer]', [object ArrayBuffer]) did not thr
ow an exception |
19 PASS: arrayBuffer neutered | 21 PASS: arrayBuffer neutered |
20 PASS: view neutered | 22 PASS: view neutered |
| 23 PASS: Posting message ('[object ArrayBuffer]', ): threw exception DataCloneError
: Failed to execute 'postMessage' on 'Window': An object could not be cloned. |
| 24 PASS: Posting message ('data', [object ArrayBuffer]): threw exception DataCloneE
rror: Failed to execute 'postMessage' on 'Window': ArrayBuffer at index 0 is alr
eady neutered. |
| 25 PASS: Posting message ('[object Int8Array]', ): threw exception DataCloneError:
Failed to execute 'postMessage' on 'Window': An object could not be cloned. |
| 26 PASS: Posting message ('data', [object Int8Array]): threw exception DataCloneErr
or: Failed to execute 'postMessage' on 'Window': Value at index 0 does not have
a transferable type. |
21 PASS: Posting message ('done', undefined) did not throw an exception | 27 PASS: Posting message ('done', undefined) did not throw an exception |
22 Received message '4' with 0 ports. | 28 Received message '4' with 0 ports. |
23 Received message '4a' with 0 ports. | 29 Received message '4a' with 0 ports. |
24 Received message '5' with 0 ports. | 30 Received message '5' with 0 ports. |
25 Received message '6' with 0 ports. | 31 Received message '6' with 0 ports. |
26 Received message '7' with 2 ports. | 32 Received message '7' with 2 ports. |
27 Received message '7a' with 2 ports. | 33 Received message '7a' with 2 ports. |
28 Received message '7' with 2 ports. | 34 Received message '7' with 2 ports. |
29 Received message '2147483648' with 0 ports. | 35 Received message '2147483648' with 0 ports. |
30 Received message '[object MessagePort]' with 2 ports. | 36 Received message '[object MessagePort]' with 2 ports. |
31 Received message '[object MessagePort]' with 2 ports. | 37 Received message '[object MessagePort]' with 2 ports. |
32 Received message '[object MessagePort],[object MessagePort]' with 2 ports. | 38 Received message '[object MessagePort],[object MessagePort]' with 2 ports. |
33 Received message '[object ArrayBuffer]' with 0 ports. | 39 Received message '[object ArrayBuffer]' with 0 ports. |
34 Received message 'done' with 0 ports. | 40 Received message 'done' with 0 ports. |
35 | 41 |
OLD | NEW |