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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
index 2deb211db241a15959e9eacb028a8cd2de69c5a9..563b307d960a7e7ed25f22c9e23976e21501f339 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
@@ -101,13 +101,13 @@ PASS window.cached_speechSynthesis.speaking is false
PASS window.cached_statusbar.visible is false
PASS window.cached_styleMedia.type is ''
PASS window.cached_toolbar.visible is false
-PASS window.cached_visualViewport.clientHeight is 0
-PASS window.cached_visualViewport.clientWidth is 0
-PASS window.cached_visualViewport.pageX is 0
-PASS window.cached_visualViewport.pageY is 0
-PASS window.cached_visualViewport.scale is 0
-PASS window.cached_visualViewport.scrollLeft is 0
-PASS window.cached_visualViewport.scrollTop is 0
+PASS window.cached_view.height is 0
+PASS window.cached_view.offsetLeft is 0
+PASS window.cached_view.offsetTop is 0
+PASS window.cached_view.pageLeft is 0
+PASS window.cached_view.pageTop is 0
+PASS window.cached_view.scale is 0
+PASS window.cached_view.width is 0
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698