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

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

Issue 284793003: Implement languagechange event, fired when accept languages changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase and add tests 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange 92 PASS oldChildWindow.ondurationchange is newChildWindow.ondurationchange
93 PASS oldChildWindow.onemptied is newChildWindow.onemptied 93 PASS oldChildWindow.onemptied is newChildWindow.onemptied
94 PASS oldChildWindow.onended is newChildWindow.onended 94 PASS oldChildWindow.onended is newChildWindow.onended
95 PASS oldChildWindow.onfocus is newChildWindow.onfocus 95 PASS oldChildWindow.onfocus is newChildWindow.onfocus
96 PASS oldChildWindow.onhashchange is newChildWindow.onhashchange 96 PASS oldChildWindow.onhashchange is newChildWindow.onhashchange
97 PASS oldChildWindow.oninput is newChildWindow.oninput 97 PASS oldChildWindow.oninput is newChildWindow.oninput
98 PASS oldChildWindow.oninvalid is newChildWindow.oninvalid 98 PASS oldChildWindow.oninvalid is newChildWindow.oninvalid
99 PASS oldChildWindow.onkeydown is newChildWindow.onkeydown 99 PASS oldChildWindow.onkeydown is newChildWindow.onkeydown
100 PASS oldChildWindow.onkeypress is newChildWindow.onkeypress 100 PASS oldChildWindow.onkeypress is newChildWindow.onkeypress
101 PASS oldChildWindow.onkeyup is newChildWindow.onkeyup 101 PASS oldChildWindow.onkeyup is newChildWindow.onkeyup
102 PASS oldChildWindow.onlanguagechange is newChildWindow.onlanguagechange
102 PASS oldChildWindow.onload is newChildWindow.onload 103 PASS oldChildWindow.onload is newChildWindow.onload
103 PASS oldChildWindow.onloadeddata is newChildWindow.onloadeddata 104 PASS oldChildWindow.onloadeddata is newChildWindow.onloadeddata
104 PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata 105 PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata
105 PASS oldChildWindow.onloadstart is newChildWindow.onloadstart 106 PASS oldChildWindow.onloadstart is newChildWindow.onloadstart
106 PASS oldChildWindow.onmessage is newChildWindow.onmessage 107 PASS oldChildWindow.onmessage is newChildWindow.onmessage
107 PASS oldChildWindow.onmousedown is newChildWindow.onmousedown 108 PASS oldChildWindow.onmousedown is newChildWindow.onmousedown
108 PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter 109 PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter
109 PASS oldChildWindow.onmouseleave is newChildWindow.onmouseleave 110 PASS oldChildWindow.onmouseleave is newChildWindow.onmouseleave
110 PASS oldChildWindow.onmousemove is newChildWindow.onmousemove 111 PASS oldChildWindow.onmousemove is newChildWindow.onmousemove
111 PASS oldChildWindow.onmouseout is newChildWindow.onmouseout 112 PASS oldChildWindow.onmouseout is newChildWindow.onmouseout
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 202 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
202 PASS oldChildWindow.status is newChildWindow.status 203 PASS oldChildWindow.status is newChildWindow.status
203 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 204 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
204 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 205 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
205 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 206 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
206 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 207 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
207 PASS successfullyParsed is true 208 PASS successfullyParsed is true
208 209
209 TEST COMPLETE 210 TEST COMPLETE
210 211
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698