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

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

Issue 927213004: Accept options in history APIs to allow scroll restoration to be disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 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 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 2 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
3 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 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 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached 8 PASS oldChildWindow.applicationCache.oncached is newChildWindow.applicationCache .oncached
9 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking 9 PASS oldChildWindow.applicationCache.onchecking is newChildWindow.applicationCac he.onchecking
10 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading 10 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading
11 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror 11 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror
12 PASS oldChildWindow.applicationCache.onnoupdate is newChildWindow.applicationCac he.onnoupdate 12 PASS oldChildWindow.applicationCache.onnoupdate is newChildWindow.applicationCac he.onnoupdate
13 PASS oldChildWindow.applicationCache.onobsolete is newChildWindow.applicationCac he.onobsolete 13 PASS oldChildWindow.applicationCache.onobsolete is newChildWindow.applicationCac he.onobsolete
14 PASS oldChildWindow.applicationCache.onprogress is newChildWindow.applicationCac he.onprogress 14 PASS oldChildWindow.applicationCache.onprogress is newChildWindow.applicationCac he.onprogress
15 PASS oldChildWindow.applicationCache.onupdateready is newChildWindow.application Cache.onupdateready 15 PASS oldChildWindow.applicationCache.onupdateready is newChildWindow.application Cache.onupdateready
16 PASS oldChildWindow.applicationCache.status is newChildWindow.applicationCache.s tatus 16 PASS oldChildWindow.applicationCache.status is newChildWindow.applicationCache.s tatus
17 PASS oldChildWindow.closed is newChildWindow.closed 17 PASS oldChildWindow.closed is newChildWindow.closed
18 PASS oldChildWindow.defaultStatus is newChildWindow.defaultStatus 18 PASS oldChildWindow.defaultStatus is newChildWindow.defaultStatus
19 PASS oldChildWindow.defaultstatus is newChildWindow.defaultstatus 19 PASS oldChildWindow.defaultstatus is newChildWindow.defaultstatus
20 PASS oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio 20 PASS oldChildWindow.devicePixelRatio is newChildWindow.devicePixelRatio
21 PASS oldChildWindow.frameElement is newChildWindow.frameElement 21 PASS oldChildWindow.frameElement is newChildWindow.frameElement
22 PASS oldChildWindow.history.length is newChildWindow.history.length 22 PASS oldChildWindow.history.length is newChildWindow.history.length
23 PASS oldChildWindow.history.options.scrollRestoration is newChildWindow.history. options.scrollRestoration
23 PASS oldChildWindow.history.state is newChildWindow.history.state 24 PASS oldChildWindow.history.state is newChildWindow.history.state
24 PASS oldChildWindow.innerHeight is newChildWindow.innerHeight 25 PASS oldChildWindow.innerHeight is newChildWindow.innerHeight
25 PASS oldChildWindow.innerWidth is newChildWindow.innerWidth 26 PASS oldChildWindow.innerWidth is newChildWindow.innerWidth
26 PASS oldChildWindow.isJsTest is newChildWindow.isJsTest 27 PASS oldChildWindow.isJsTest is newChildWindow.isJsTest
27 PASS oldChildWindow.jsTestIsAsync is newChildWindow.jsTestIsAsync 28 PASS oldChildWindow.jsTestIsAsync is newChildWindow.jsTestIsAsync
28 PASS oldChildWindow.length is newChildWindow.length 29 PASS oldChildWindow.length is newChildWindow.length
29 PASS oldChildWindow.location.ancestorOrigins.length is newChildWindow.location.a ncestorOrigins.length 30 PASS oldChildWindow.location.ancestorOrigins.length is newChildWindow.location.a ncestorOrigins.length
30 PASS oldChildWindow.location.hash is newChildWindow.location.hash 31 PASS oldChildWindow.location.hash is newChildWindow.location.hash
31 PASS oldChildWindow.location.host is newChildWindow.location.host 32 PASS oldChildWindow.location.host is newChildWindow.location.host
32 PASS oldChildWindow.location.hostname is newChildWindow.location.hostname 33 PASS oldChildWindow.location.hostname is newChildWindow.location.hostname
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 203 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
203 PASS oldChildWindow.status is newChildWindow.status 204 PASS oldChildWindow.status is newChildWindow.status
204 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 205 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
205 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 206 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
206 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 207 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
207 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 208 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
208 PASS successfullyParsed is true 209 PASS successfullyParsed is true
209 210
210 TEST COMPLETE 211 TEST COMPLETE
211 212
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698