Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt

Issue 1416123002: Absolute Device Orientation API: blink implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 2 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
3 CONSOLE WARNING: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. P lease use 'Performance.onresourcetimingbufferfull' instead. 3 CONSOLE WARNING: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. P lease use 'Performance.onresourcetimingbufferfull' instead.
4 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. 4 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.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached 9 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached
10 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking 10 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough 81 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough
82 PASS oldChildWindow.onchange is newChildWindow.onchange 82 PASS oldChildWindow.onchange is newChildWindow.onchange
83 PASS oldChildWindow.onclick is newChildWindow.onclick 83 PASS oldChildWindow.onclick is newChildWindow.onclick
84 PASS oldChildWindow.onclose is newChildWindow.onclose 84 PASS oldChildWindow.onclose is newChildWindow.onclose
85 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu 85 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu
86 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange 86 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange
87 PASS oldChildWindow.ondblclick is newChildWindow.ondblclick 87 PASS oldChildWindow.ondblclick is newChildWindow.ondblclick
88 PASS oldChildWindow.ondevicelight is newChildWindow.ondevicelight 88 PASS oldChildWindow.ondevicelight is newChildWindow.ondevicelight
89 PASS oldChildWindow.ondevicemotion is newChildWindow.ondevicemotion 89 PASS oldChildWindow.ondevicemotion is newChildWindow.ondevicemotion
90 PASS oldChildWindow.ondeviceorientation is newChildWindow.ondeviceorientation 90 PASS oldChildWindow.ondeviceorientation is newChildWindow.ondeviceorientation
91 PASS oldChildWindow.ondeviceorientationabsolute is newChildWindow.ondeviceorient ationabsolute
91 PASS oldChildWindow.ondrag is newChildWindow.ondrag 92 PASS oldChildWindow.ondrag is newChildWindow.ondrag
92 PASS oldChildWindow.ondragend is newChildWindow.ondragend 93 PASS oldChildWindow.ondragend is newChildWindow.ondragend
93 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter 94 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter
94 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave 95 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave
95 PASS oldChildWindow.ondragover is newChildWindow.ondragover 96 PASS oldChildWindow.ondragover is newChildWindow.ondragover
96 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart 97 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart
97 PASS oldChildWindow.ondrop is newChildWindow.ondrop 98 PASS oldChildWindow.ondrop is newChildWindow.ondrop
98 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange 99 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange
99 PASS oldChildWindow.onemptied is newChildWindow.onemptied 100 PASS oldChildWindow.onemptied is newChildWindow.onemptied
100 PASS oldChildWindow.onended is newChildWindow.onended 101 PASS oldChildWindow.onended is newChildWindow.onended
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 216 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
216 PASS oldChildWindow.status is newChildWindow.status 217 PASS oldChildWindow.status is newChildWindow.status
217 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 218 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
218 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 219 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
219 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 220 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
220 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 221 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
221 PASS successfullyParsed is true 222 PASS successfullyParsed is true
222 223
223 TEST COMPLETE 224 TEST COMPLETE
224 225
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698