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

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

Issue 2156143002: Add page coordinates to the ViewportAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + fix layout tests Created 4 years, 5 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-navigated-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
index 2e9c722cf19defdd9d8c081bc91b2bd5389c40ab..97087f790e9c532d21b8f6222e2b50b7162afe07 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
@@ -106,6 +106,8 @@ PASS window.cached_visualViewport.clientHeight is 0
PASS window.cached_visualViewport.clientWidth is 0
PASS window.cached_visualViewport.onresize is null
PASS window.cached_visualViewport.onscroll is null
+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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698