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 naviga
ted. Test should not crash and properties read from the cached DOMWindow should
be identical to properties through the 'current' DOMWindow. | 2 Tests property access on a cached DOMWindow after the associated frame is naviga
ted. Test should not crash and properties read from the cached DOMWindow should
be identical to properties through the 'current' DOMWindow. |
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 oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio | 7 PASS oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio |
8 PASS oldChildWindow.history.length is newChildWindow.history.length | 8 PASS oldChildWindow.history.length is newChildWindow.history.length |
9 PASS oldChildWindow.innerHeight is newChildWindow.innerHeight | 9 PASS oldChildWindow.innerHeight is newChildWindow.innerHeight |
10 PASS oldChildWindow.innerWidth is newChildWindow.innerWidth | 10 PASS oldChildWindow.innerWidth is newChildWindow.innerWidth |
(...skipping 27 matching lines...) Expand all Loading... |
38 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance.
timing.domLoading | 38 PASS oldChildWindow.performance.timing.domLoading is newChildWindow.performance.
timing.domLoading |
39 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform
ance.timing.domainLookupEnd | 39 PASS oldChildWindow.performance.timing.domainLookupEnd is newChildWindow.perform
ance.timing.domainLookupEnd |
40 PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.perfo
rmance.timing.domainLookupStart | 40 PASS oldChildWindow.performance.timing.domainLookupStart is newChildWindow.perfo
rmance.timing.domainLookupStart |
41 PASS oldChildWindow.performance.timing.fetchStart is newChildWindow.performance.
timing.fetchStart | 41 PASS oldChildWindow.performance.timing.fetchStart is newChildWindow.performance.
timing.fetchStart |
42 PASS oldChildWindow.performance.timing.navigationStart is newChildWindow.perform
ance.timing.navigationStart | 42 PASS oldChildWindow.performance.timing.navigationStart is newChildWindow.perform
ance.timing.navigationStart |
43 PASS oldChildWindow.performance.timing.requestStart is newChildWindow.performanc
e.timing.requestStart | 43 PASS oldChildWindow.performance.timing.requestStart is newChildWindow.performanc
e.timing.requestStart |
44 PASS oldChildWindow.performance.timing.responseEnd is newChildWindow.performance
.timing.responseEnd | 44 PASS oldChildWindow.performance.timing.responseEnd is newChildWindow.performance
.timing.responseEnd |
45 PASS oldChildWindow.performance.timing.responseStart is newChildWindow.performan
ce.timing.responseStart | 45 PASS oldChildWindow.performance.timing.responseStart is newChildWindow.performan
ce.timing.responseStart |
46 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible | 46 PASS oldChildWindow.personalbar.visible is newChildWindow.personalbar.visible |
47 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight | 47 PASS oldChildWindow.screen.availHeight is newChildWindow.screen.availHeight |
| 48 PASS oldChildWindow.screen.availTop is newChildWindow.screen.availTop |
48 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth | 49 PASS oldChildWindow.screen.availWidth is newChildWindow.screen.availWidth |
49 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth | 50 PASS oldChildWindow.screen.colorDepth is newChildWindow.screen.colorDepth |
50 PASS oldChildWindow.screen.height is newChildWindow.screen.height | 51 PASS oldChildWindow.screen.height is newChildWindow.screen.height |
51 PASS oldChildWindow.screen.orientation is newChildWindow.screen.orientation | 52 PASS oldChildWindow.screen.orientation is newChildWindow.screen.orientation |
52 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth | 53 PASS oldChildWindow.screen.pixelDepth is newChildWindow.screen.pixelDepth |
53 PASS oldChildWindow.screen.width is newChildWindow.screen.width | 54 PASS oldChildWindow.screen.width is newChildWindow.screen.width |
54 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible | 55 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible |
55 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible | 56 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible |
56 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type | 57 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type |
57 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible | 58 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible |
58 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed | 59 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP
arsed |
59 PASS successfullyParsed is true | 60 PASS successfullyParsed is true |
60 | 61 |
61 TEST COMPLETE | 62 TEST COMPLETE |
62 | 63 |
OLD | NEW |