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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt

Issue 2105473002: Rename visualViewport.pageScale to visualViewport.scale (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix broken tests 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-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 95b82ff0ef51165144d5a077361f6d28cf8c7c01..63295b7a163a2039b18f1598735b210117fc4c84 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
@@ -104,7 +104,7 @@ 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.pageScale is 0
+PASS window.cached_visualViewport.scale is 0
PASS window.cached_visualViewport.scrollLeft is 0
PASS window.cached_visualViewport.scrollTop is 0
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698