| OLD | NEW |
| 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. | 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. |
| 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.devicePixelRatio is 0 | 7 PASS childWindow.devicePixelRatio is 0 |
| 8 PASS childWindow.history.length is 0 | 8 PASS childWindow.history.length is 0 |
| 9 PASS childWindow.innerHeight is 0 | 9 PASS childWindow.innerHeight is 0 |
| 10 PASS childWindow.innerWidth is 0 | 10 PASS childWindow.innerWidth is 0 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 PASS childWindow.performance.timing.domLoading is 0 | 34 PASS childWindow.performance.timing.domLoading is 0 |
| 35 PASS childWindow.performance.timing.domainLookupEnd is 0 | 35 PASS childWindow.performance.timing.domainLookupEnd is 0 |
| 36 PASS childWindow.performance.timing.domainLookupStart is 0 | 36 PASS childWindow.performance.timing.domainLookupStart is 0 |
| 37 PASS childWindow.performance.timing.fetchStart is 0 | 37 PASS childWindow.performance.timing.fetchStart is 0 |
| 38 PASS childWindow.performance.timing.navigationStart is 0 | 38 PASS childWindow.performance.timing.navigationStart is 0 |
| 39 PASS childWindow.performance.timing.requestStart is 0 | 39 PASS childWindow.performance.timing.requestStart is 0 |
| 40 PASS childWindow.performance.timing.responseEnd is 0 | 40 PASS childWindow.performance.timing.responseEnd is 0 |
| 41 PASS childWindow.performance.timing.responseStart is 0 | 41 PASS childWindow.performance.timing.responseStart is 0 |
| 42 PASS childWindow.personalbar.visible is false | 42 PASS childWindow.personalbar.visible is false |
| 43 PASS childWindow.screen.availHeight is 0 | 43 PASS childWindow.screen.availHeight is 0 |
| 44 PASS childWindow.screen.availTop is 0 |
| 44 PASS childWindow.screen.availWidth is 0 | 45 PASS childWindow.screen.availWidth is 0 |
| 45 PASS childWindow.screen.colorDepth is 0 | 46 PASS childWindow.screen.colorDepth is 0 |
| 46 PASS childWindow.screen.height is 0 | 47 PASS childWindow.screen.height is 0 |
| 47 PASS childWindow.screen.orientation is '' | 48 PASS childWindow.screen.orientation is '' |
| 48 PASS childWindow.screen.pixelDepth is 0 | 49 PASS childWindow.screen.pixelDepth is 0 |
| 49 PASS childWindow.screen.width is 0 | 50 PASS childWindow.screen.width is 0 |
| 50 PASS childWindow.scrollbars.visible is false | 51 PASS childWindow.scrollbars.visible is false |
| 51 PASS childWindow.statusbar.visible is false | 52 PASS childWindow.statusbar.visible is false |
| 52 PASS childWindow.styleMedia.type is '' | 53 PASS childWindow.styleMedia.type is '' |
| 53 PASS childWindow.toolbar.visible is false | 54 PASS childWindow.toolbar.visible is false |
| 54 PASS successfullyParsed is true | 55 PASS successfullyParsed is true |
| 55 | 56 |
| 56 TEST COMPLETE | 57 TEST COMPLETE |
| 57 | 58 |
| OLD | NEW |