| 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 naviga
ted. Test should not crash and properties should be set to sane defaults. | 2 Tests access of cached DOMWindow properties after the associated frame is naviga
ted. Test should not crash and properties should be set to sane defaults. |
| 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_applicationCache.oncached is null | 7 PASS window.cached_applicationCache.oncached is null |
| 8 PASS window.cached_applicationCache.onchecking is null | 8 PASS window.cached_applicationCache.onchecking is null |
| 9 PASS window.cached_applicationCache.ondownloading is null | 9 PASS window.cached_applicationCache.ondownloading is null |
| 10 PASS window.cached_applicationCache.onerror is null | 10 PASS window.cached_applicationCache.onerror is null |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 PASS window.cached_performance_timing.secureConnectionStart is 0 | 71 PASS window.cached_performance_timing.secureConnectionStart is 0 |
| 72 PASS window.cached_performance_timing.unloadEventEnd is 0 | 72 PASS window.cached_performance_timing.unloadEventEnd is 0 |
| 73 PASS window.cached_performance_timing.unloadEventStart is 0 | 73 PASS window.cached_performance_timing.unloadEventStart is 0 |
| 74 PASS window.cached_personalbar.visible is false | 74 PASS window.cached_personalbar.visible is false |
| 75 PASS window.cached_screen.availHeight is 0 | 75 PASS window.cached_screen.availHeight is 0 |
| 76 PASS window.cached_screen.availLeft is 0 | 76 PASS window.cached_screen.availLeft is 0 |
| 77 PASS window.cached_screen.availTop is 0 | 77 PASS window.cached_screen.availTop is 0 |
| 78 PASS window.cached_screen.availWidth is 0 | 78 PASS window.cached_screen.availWidth is 0 |
| 79 PASS window.cached_screen.colorDepth is 0 | 79 PASS window.cached_screen.colorDepth is 0 |
| 80 PASS window.cached_screen.height is 0 | 80 PASS window.cached_screen.height is 0 |
| 81 PASS window.cached_screen.orientation is 'portrait-primary' | |
| 82 PASS window.cached_screen.pixelDepth is 0 | 81 PASS window.cached_screen.pixelDepth is 0 |
| 83 PASS window.cached_screen.width is 0 | 82 PASS window.cached_screen.width is 0 |
| 83 PASS window.cached_screen_orientation.angle is 0 |
| 84 PASS window.cached_screen_orientation.onchange is null |
| 85 FAIL window.cached_screen_orientation.type should be . Was portrait-primary. |
| 84 PASS window.cached_scrollbars.visible is false | 86 PASS window.cached_scrollbars.visible is false |
| 85 PASS window.cached_speechSynthesis.onvoiceschanged is null | 87 PASS window.cached_speechSynthesis.onvoiceschanged is null |
| 86 PASS window.cached_speechSynthesis.paused is false | 88 PASS window.cached_speechSynthesis.paused is false |
| 87 PASS window.cached_speechSynthesis.pending is false | 89 PASS window.cached_speechSynthesis.pending is false |
| 88 PASS window.cached_speechSynthesis.speaking is false | 90 PASS window.cached_speechSynthesis.speaking is false |
| 89 PASS window.cached_statusbar.visible is false | 91 PASS window.cached_statusbar.visible is false |
| 90 PASS window.cached_styleMedia.type is '' | 92 PASS window.cached_styleMedia.type is '' |
| 91 PASS window.cached_toolbar.visible is false | 93 PASS window.cached_toolbar.visible is false |
| 92 PASS successfullyParsed is true | 94 PASS successfullyParsed is true |
| 93 | 95 |
| 94 TEST COMPLETE | 96 TEST COMPLETE |
| 95 | 97 |
| OLD | NEW |