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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-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-and-gced-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
index e032c6c4f3f3f0251fa014e7d0cd1939920e8044..8d641de0d29d7fd50e99a0640f64c5722c58a3f7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-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