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 access of cached DOMWindow properties 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 access of cached DOMWindow properties 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 window.cached_history.length is 0 | 7 PASS window.cached_history.length is 0 |
8 PASS window.cached_location.href is 'about:blank' | 8 PASS window.cached_location.href is 'about:blank' |
9 PASS window.cached_location.origin is 'null' | 9 PASS window.cached_location.origin is 'null' |
10 PASS window.cached_location.pathname is 'blank' | 10 PASS window.cached_location.pathname is 'blank' |
(...skipping 24 matching lines...) Expand all Loading... |
35 PASS window.cached_performance_timing.navigationStart is 0 | 35 PASS window.cached_performance_timing.navigationStart is 0 |
36 PASS window.cached_performance_timing.requestStart is 0 | 36 PASS window.cached_performance_timing.requestStart is 0 |
37 PASS window.cached_performance_timing.responseEnd is 0 | 37 PASS window.cached_performance_timing.responseEnd is 0 |
38 PASS window.cached_performance_timing.responseStart is 0 | 38 PASS window.cached_performance_timing.responseStart is 0 |
39 PASS window.cached_personalbar.visible is false | 39 PASS window.cached_personalbar.visible is false |
40 PASS window.cached_screen.availHeight is 0 | 40 PASS window.cached_screen.availHeight is 0 |
41 PASS window.cached_screen.availTop is 0 | 41 PASS window.cached_screen.availTop is 0 |
42 PASS window.cached_screen.availWidth is 0 | 42 PASS window.cached_screen.availWidth is 0 |
43 PASS window.cached_screen.colorDepth is 0 | 43 PASS window.cached_screen.colorDepth is 0 |
44 PASS window.cached_screen.height is 0 | 44 PASS window.cached_screen.height is 0 |
45 PASS window.cached_screen.orientation is '' | 45 PASS window.cached_screen.orientation is 'portrait-primary' |
46 PASS window.cached_screen.pixelDepth is 0 | 46 PASS window.cached_screen.pixelDepth is 0 |
47 PASS window.cached_screen.width is 0 | 47 PASS window.cached_screen.width is 0 |
48 PASS window.cached_scrollbars.visible is false | 48 PASS window.cached_scrollbars.visible is false |
49 PASS window.cached_statusbar.visible is false | 49 PASS window.cached_statusbar.visible is false |
50 PASS window.cached_styleMedia.type is '' | 50 PASS window.cached_styleMedia.type is '' |
51 PASS window.cached_toolbar.visible is false | 51 PASS window.cached_toolbar.visible is false |
52 PASS successfullyParsed is true | 52 PASS successfullyParsed is true |
53 | 53 |
54 TEST COMPLETE | 54 TEST COMPLETE |
55 | 55 |
OLD | NEW |