OLD | NEW |
1 main frame - has 1 onunload handler(s) | |
2 Accessing Navigator sendBeacon methods on a closed window. | 1 Accessing Navigator sendBeacon methods on a closed window. |
3 | 2 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 4 |
6 | 5 |
7 PASS w.navigator.sendBeacon() threw exception TypeError: Failed to execute 'send
Beacon' on 'Navigator': 1 argument required, but only 0 present.. | 6 PASS w.navigator.sendBeacon() threw exception TypeError: Failed to execute 'send
Beacon' on 'Navigator': 1 argument required, but only 0 present.. |
8 PASS w.navigator.sendBeacon('resources/blank.txt', 'detached-should-return false
') is false | 7 PASS w.navigator.sendBeacon('resources/blank.txt', 'detached-should-return false
') is false |
9 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
10 | 9 |
11 TEST COMPLETE | 10 TEST COMPLETE |
12 | 11 |
OLD | NEW |