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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
index 27b39eb2dd9252e6d3a4abef77800ef3e9976871..0c565f6bd64abe640d52bb99bad7a8eb95ea039b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
@@ -1,6 +1,6 @@
-CONSOLE WARNING: line 104: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
-CONSOLE WARNING: line 104: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead.
-CONSOLE WARNING: line 104: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. Please use 'Performance.onresourcetimingbufferfull' instead.
+CONSOLE WARNING: line 98: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
+CONSOLE WARNING: line 98: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead.
+CONSOLE WARNING: line 98: 'Performance.onwebkitresourcetimingbufferfull' is deprecated. Please use 'Performance.onresourcetimingbufferfull' instead.
Tests property access on a cached DOMWindow after the associated frame is navigated. Test should not crash and properties read from the cached DOMWindow should be identical to properties through the 'current' DOMWindow.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -215,6 +215,11 @@ PASS oldChildWindow.status is newChildWindow.status
PASS oldChildWindow.statusbar.visible is newChildWindow.statusbar.visible
PASS oldChildWindow.styleMedia.type is newChildWindow.styleMedia.type
PASS oldChildWindow.toolbar.visible is newChildWindow.toolbar.visible
+PASS oldChildWindow.visualViewport.clientHeight is newChildWindow.visualViewport.clientHeight
+PASS oldChildWindow.visualViewport.clientWidth is newChildWindow.visualViewport.clientWidth
+PASS oldChildWindow.visualViewport.pageScale is newChildWindow.visualViewport.pageScale
+PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.scrollLeft
+PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.scrollTop
PASS oldChildWindow.wasPostTestScriptParsed is newChildWindow.wasPostTestScriptParsed
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698