| OLD | NEW |
| 1 CONSOLE WARNING: line 98: 'Performance.onwebkitresourcetimingbufferfull' is depr
ecated. Please use 'Performance.onresourcetimingbufferfull' instead. | 1 CONSOLE WARNING: line 98: 'Performance.onwebkitresourcetimingbufferfull' is depr
ecated. Please use 'Performance.onresourcetimingbufferfull' instead. |
| 2 CONSOLE WARNING: line 98: 'window.webkitStorageInfo' is deprecated. Please use '
navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead
. | 2 CONSOLE WARNING: line 98: 'window.webkitStorageInfo' is deprecated. Please use '
navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead
. |
| 3 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 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. |
| 4 | 4 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 6 |
| 7 | 7 |
| 8 PASS childWindow.closed is true | 8 PASS childWindow.closed is true |
| 9 PASS childWindow.defaultStatus is '' | 9 PASS childWindow.defaultStatus is '' |
| 10 PASS childWindow.defaultstatus is '' | 10 PASS childWindow.defaultstatus is '' |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 PASS childWindow.ondragenter is null | 68 PASS childWindow.ondragenter is null |
| 69 PASS childWindow.ondragleave is null | 69 PASS childWindow.ondragleave is null |
| 70 PASS childWindow.ondragover is null | 70 PASS childWindow.ondragover is null |
| 71 PASS childWindow.ondragstart is null | 71 PASS childWindow.ondragstart is null |
| 72 PASS childWindow.ondrop is null | 72 PASS childWindow.ondrop is null |
| 73 PASS childWindow.ondurationchange is null | 73 PASS childWindow.ondurationchange is null |
| 74 PASS childWindow.onemptied is null | 74 PASS childWindow.onemptied is null |
| 75 PASS childWindow.onended is null | 75 PASS childWindow.onended is null |
| 76 PASS childWindow.onerror is null | 76 PASS childWindow.onerror is null |
| 77 PASS childWindow.onfocus is null | 77 PASS childWindow.onfocus is null |
| 78 PASS childWindow.ongotpointercapture is null |
| 78 PASS childWindow.onhashchange is null | 79 PASS childWindow.onhashchange is null |
| 79 PASS childWindow.oninput is null | 80 PASS childWindow.oninput is null |
| 80 PASS childWindow.oninvalid is null | 81 PASS childWindow.oninvalid is null |
| 81 PASS childWindow.onkeydown is null | 82 PASS childWindow.onkeydown is null |
| 82 PASS childWindow.onkeypress is null | 83 PASS childWindow.onkeypress is null |
| 83 PASS childWindow.onkeyup is null | 84 PASS childWindow.onkeyup is null |
| 84 PASS childWindow.onlanguagechange is null | 85 PASS childWindow.onlanguagechange is null |
| 85 PASS childWindow.onload is null | 86 PASS childWindow.onload is null |
| 86 PASS childWindow.onloadeddata is null | 87 PASS childWindow.onloadeddata is null |
| 87 PASS childWindow.onloadedmetadata is null | 88 PASS childWindow.onloadedmetadata is null |
| 88 PASS childWindow.onloadstart is null | 89 PASS childWindow.onloadstart is null |
| 90 PASS childWindow.onlostpointercapture is null |
| 89 PASS childWindow.onmessage is null | 91 PASS childWindow.onmessage is null |
| 90 PASS childWindow.onmousedown is null | 92 PASS childWindow.onmousedown is null |
| 91 PASS childWindow.onmouseenter is null | 93 PASS childWindow.onmouseenter is null |
| 92 PASS childWindow.onmouseleave is null | 94 PASS childWindow.onmouseleave is null |
| 93 PASS childWindow.onmousemove is null | 95 PASS childWindow.onmousemove is null |
| 94 PASS childWindow.onmouseout is null | 96 PASS childWindow.onmouseout is null |
| 95 PASS childWindow.onmouseover is null | 97 PASS childWindow.onmouseover is null |
| 96 PASS childWindow.onmouseup is null | 98 PASS childWindow.onmouseup is null |
| 97 PASS childWindow.onmousewheel is null | 99 PASS childWindow.onmousewheel is null |
| 98 PASS childWindow.onoffline is null | 100 PASS childWindow.onoffline is null |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 PASS childWindow.scrollY is 0 | 193 PASS childWindow.scrollY is 0 |
| 192 PASS childWindow.scrollbars.visible is false | 194 PASS childWindow.scrollbars.visible is false |
| 193 PASS childWindow.status is '' | 195 PASS childWindow.status is '' |
| 194 PASS childWindow.statusbar.visible is false | 196 PASS childWindow.statusbar.visible is false |
| 195 PASS childWindow.styleMedia.type is '' | 197 PASS childWindow.styleMedia.type is '' |
| 196 PASS childWindow.toolbar.visible is false | 198 PASS childWindow.toolbar.visible is false |
| 197 PASS successfullyParsed is true | 199 PASS successfullyParsed is true |
| 198 | 200 |
| 199 TEST COMPLETE | 201 TEST COMPLETE |
| 200 | 202 |
| OLD | NEW |