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

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

Issue 2901203002: Rename VisualViewport properties to match updated spec (Closed)
Patch Set: Make methods const Created 3 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: line 107: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d. 1 CONSOLE WARNING: line 107: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instea d.
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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 PASS oldChildWindow.scrollY is newChildWindow.scrollY 217 PASS oldChildWindow.scrollY is newChildWindow.scrollY
218 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible 218 PASS oldChildWindow.scrollbars.visible is newChildWindow.scrollbars.visible
219 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt hesis.onvoiceschanged 219 PASS oldChildWindow.speechSynthesis.onvoiceschanged is newChildWindow.speechSynt hesis.onvoiceschanged
220 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau sed 220 PASS oldChildWindow.speechSynthesis.paused is newChildWindow.speechSynthesis.pau sed
221 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe nding 221 PASS oldChildWindow.speechSynthesis.pending is newChildWindow.speechSynthesis.pe nding
222 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking 222 PASS oldChildWindow.speechSynthesis.speaking is newChildWindow.speechSynthesis.s peaking
223 PASS oldChildWindow.status is newChildWindow.status 223 PASS oldChildWindow.status is newChildWindow.status
224 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible 224 PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
225 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type 225 PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
226 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible 226 PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
227 PASS oldChildWindow.visualViewport.clientHeight is newChildWindow.visualViewport .clientHeight 227 PASS oldChildWindow.view.height is newChildWindow.view.height
228 PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport. clientWidth 228 PASS oldChildWindow.view.offsetLeft is newChildWindow.view.offsetLeft
229 PASS oldChildWindow.visualViewport.pageX is newChildWindow.visualViewport.pageX 229 PASS oldChildWindow.view.offsetTop is newChildWindow.view.offsetTop
230 PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY 230 PASS oldChildWindow.view.pageLeft is newChildWindow.view.pageLeft
231 PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale 231 PASS oldChildWindow.view.pageTop is newChildWindow.view.pageTop
232 PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.s crollLeft 232 PASS oldChildWindow.view.scale is newChildWindow.view.scale
233 PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.sc rollTop 233 PASS oldChildWindow.view.width is newChildWindow.view.width
234 PASS successfullyParsed is true 234 PASS successfullyParsed is true
235 235
236 TEST COMPLETE 236 TEST COMPLETE
237 237
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698