| OLD | NEW |
| 1 CONSOLE WARNING: line 104: 'window.webkitStorageInfo' is deprecated. Please use
'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea
d. | 1 CONSOLE WARNING: line 104: 'window.webkitStorageInfo' is deprecated. Please use
'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea
d. |
| 2 Tests property access on a cached DOMWindow after the associated frame is no lon
ger in a web page. Test should not crash and properties should be set to sane de
faults. | 2 Tests property access on a cached DOMWindow after the associated frame is no lon
ger in a web page. Test should not crash and properties should be set to sane de
faults. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS childWindow.closed is true | 7 PASS childWindow.closed is true |
| 8 PASS childWindow.defaultStatus is '' | 8 PASS childWindow.defaultStatus is '' |
| 9 PASS childWindow.defaultstatus is '' | 9 PASS childWindow.defaultstatus is '' |
| 10 PASS childWindow.devicePixelRatio is 0 | 10 PASS childWindow.devicePixelRatio is 0 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 PASS childWindow.onblur is null | 45 PASS childWindow.onblur is null |
| 46 PASS childWindow.oncancel is null | 46 PASS childWindow.oncancel is null |
| 47 PASS childWindow.oncanplay is null | 47 PASS childWindow.oncanplay is null |
| 48 PASS childWindow.oncanplaythrough is null | 48 PASS childWindow.oncanplaythrough is null |
| 49 PASS childWindow.onchange is null | 49 PASS childWindow.onchange is null |
| 50 PASS childWindow.onclick is null | 50 PASS childWindow.onclick is null |
| 51 PASS childWindow.onclose is null | 51 PASS childWindow.onclose is null |
| 52 PASS childWindow.oncontextmenu is null | 52 PASS childWindow.oncontextmenu is null |
| 53 PASS childWindow.oncuechange is null | 53 PASS childWindow.oncuechange is null |
| 54 PASS childWindow.ondblclick is null | 54 PASS childWindow.ondblclick is null |
| 55 PASS childWindow.ondevicelight is null | |
| 56 PASS childWindow.ondevicemotion is null | 55 PASS childWindow.ondevicemotion is null |
| 57 PASS childWindow.ondeviceorientation is null | 56 PASS childWindow.ondeviceorientation is null |
| 58 PASS childWindow.ondeviceorientationabsolute is null | 57 PASS childWindow.ondeviceorientationabsolute is null |
| 59 PASS childWindow.ondrag is null | 58 PASS childWindow.ondrag is null |
| 60 PASS childWindow.ondragend is null | 59 PASS childWindow.ondragend is null |
| 61 PASS childWindow.ondragenter is null | 60 PASS childWindow.ondragenter is null |
| 62 PASS childWindow.ondragleave is null | 61 PASS childWindow.ondragleave is null |
| 63 PASS childWindow.ondragover is null | 62 PASS childWindow.ondragover is null |
| 64 PASS childWindow.ondragstart is null | 63 PASS childWindow.ondragstart is null |
| 65 PASS childWindow.ondrop is null | 64 PASS childWindow.ondrop is null |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 PASS childWindow.speechSynthesis.pending is false | 189 PASS childWindow.speechSynthesis.pending is false |
| 191 PASS childWindow.speechSynthesis.speaking is false | 190 PASS childWindow.speechSynthesis.speaking is false |
| 192 PASS childWindow.status is '' | 191 PASS childWindow.status is '' |
| 193 PASS childWindow.statusbar.visible is false | 192 PASS childWindow.statusbar.visible is false |
| 194 PASS childWindow.styleMedia.type is '' | 193 PASS childWindow.styleMedia.type is '' |
| 195 PASS childWindow.toolbar.visible is false | 194 PASS childWindow.toolbar.visible is false |
| 196 PASS successfullyParsed is true | 195 PASS successfullyParsed is true |
| 197 | 196 |
| 198 TEST COMPLETE | 197 TEST COMPLETE |
| 199 | 198 |
| OLD | NEW |