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

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

Issue 2108953002: Add onscroll/onresize EventHandler support to ViewportAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added 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-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 47dbbcf15556adbc0b857e6ddc95fa504d6d88ee..dddcba7cd13633539891698e04a5aee435a1a53c 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
@@ -225,6 +225,8 @@ 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.onresize is newChildWindow.visualViewport.onresize
+PASS oldChildWindow.visualViewport.onscroll is newChildWindow.visualViewport.onscroll
PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale
PASS oldChildWindow.visualViewport.scrollLeft is newChildWindow.visualViewport.scrollLeft
PASS oldChildWindow.visualViewport.scrollTop is newChildWindow.visualViewport.scrollTop

Powered by Google App Engine
This is Rietveld 408576698