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

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

Issue 143823004: Implement DeviceLight (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase after r172920 Created 6 years, 7 months 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 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.applicationCache.oncached is newChildWindow.applicationCache .oncached 7 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached
8 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking 8 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking
9 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading 9 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading
10 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror 10 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 PASS oldChildWindow.onblur is newChildWindow.onblur 70 PASS oldChildWindow.onblur is newChildWindow.onblur
71 PASS oldChildWindow.oncancel is newChildWindow.oncancel 71 PASS oldChildWindow.oncancel is newChildWindow.oncancel
72 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay 72 PASS oldChildWindow.oncanplay is newChildWindow.oncanplay
73 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough 73 PASS oldChildWindow.oncanplaythrough is newChildWindow.oncanplaythrough
74 PASS oldChildWindow.onchange is newChildWindow.onchange 74 PASS oldChildWindow.onchange is newChildWindow.onchange
75 PASS oldChildWindow.onclick is newChildWindow.onclick 75 PASS oldChildWindow.onclick is newChildWindow.onclick
76 PASS oldChildWindow.onclose is newChildWindow.onclose 76 PASS oldChildWindow.onclose is newChildWindow.onclose
77 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu 77 PASS oldChildWindow.oncontextmenu is newChildWindow.oncontextmenu
78 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange 78 PASS oldChildWindow.oncuechange is newChildWindow.oncuechange
79 PASS oldChildWindow.ondblclick is newChildWindow.ondblclick 79 PASS oldChildWindow.ondblclick is newChildWindow.ondblclick
80 PASS oldChildWindow.ondevicelight is newChildWindow.ondevicelight
80 PASS oldChildWindow.ondevicemotion is newChildWindow.ondevicemotion 81 PASS oldChildWindow.ondevicemotion is newChildWindow.ondevicemotion
81 PASS oldChildWindow.ondeviceorientation is newChildWindow.ondeviceorientation 82 PASS oldChildWindow.ondeviceorientation is newChildWindow.ondeviceorientation
82 PASS oldChildWindow.ondrag is newChildWindow.ondrag 83 PASS oldChildWindow.ondrag is newChildWindow.ondrag
83 PASS oldChildWindow.ondragend is newChildWindow.ondragend 84 PASS oldChildWindow.ondragend is newChildWindow.ondragend
84 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter 85 PASS oldChildWindow.ondragenter is newChildWindow.ondragenter
85 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave 86 PASS oldChildWindow.ondragleave is newChildWindow.ondragleave
86 PASS oldChildWindow.ondragover is newChildWindow.ondragover 87 PASS oldChildWindow.ondragover is newChildWindow.ondragover
87 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart 88 PASS oldChildWindow.ondragstart is newChildWindow.ondragstart
88 PASS oldChildWindow.ondrop is newChildWindow.ondrop 89 PASS oldChildWindow.ondrop is newChildWindow.ondrop
89 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange 90 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 199 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
199 PASS oldChildWindow.status is newChildWindow.status 200 PASS oldChildWindow.status is newChildWindow.status
200 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 201 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
201 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 202 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
202 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 203 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
203 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 204 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
204 PASS successfullyParsed is true 205 PASS successfullyParsed is true
205 206
206 TEST COMPLETE 207 TEST COMPLETE
207 208
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698