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

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

Issue 2070563002: Seperate DOMVisualViewport from Blink's VisualViewport class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 6 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: line 104: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d. 1 CONSOLE WARNING: line 98: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
2 CONSOLE WARNING: line 104: 'webkitIndexedDB' is deprecated. Please use 'indexedD B' instead. 2 CONSOLE WARNING: line 98: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead.
3 CONSOLE WARNING: line 104: 'Performance.onwebkitresourcetimingbufferfull' is dep recated. Please use 'Performance.onresourcetimingbufferfull' instead. 3 CONSOLE WARNING: line 98: 'Performance.onwebkitresourcetimingbufferfull' is depr ecated. Please 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
11 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading 11 PASS oldChildWindow.applicationCache.ondownloading is newChildWindow.application Cache.ondownloading
12 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror 12 PASS oldChildWindow.applicationCache.onerror is newChildWindow.applicationCache. onerror
13 PASS oldChildWindow.applicationCache.onnoupdate is newChildWindow.applicationCac he.onnoupdate 13 PASS oldChildWindow.applicationCache.onnoupdate is newChildWindow.applicationCac he.onnoupdate
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 PASS oldChildWindow.scrollY is newChildWindow.scrollY 208 PASS oldChildWindow.scrollY is newChildWindow.scrollY
209 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible 209 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible
210 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt hesis.onvoiceschanged 210 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt hesis.onvoiceschanged
211 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau sed 211 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau sed
212 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe nding 212 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe nding
213 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 213 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
214 PASS oldChildWindow.status is newChildWindow.status 214 PASS oldChildWindow.status is newChildWindow.status
215 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 215 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
216 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 216 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
217 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 217 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
218 PASS oldChildWindow.visualViewport.clientHeight is newChildWindow.visualViewport .clientHeight
219 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth
220 PASS oldChildWindow.visualViewport.pageScale is newChildWindow.visualViewport.pa geScale
221 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft
222 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop
218 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed 223 PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptP arsed
219 PASS successfullyParsed is true 224 PASS successfullyParsed is true
220 225
221 TEST COMPLETE 226 TEST COMPLETE
222 227
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698