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

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

Issue 2186713002: Remove onscroll/onresize EventHandler supper from ViewportAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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-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 a259b69f5260efb37ad11901d13c7dbc577c609b..6c14d92124db1386917cf140c9ee79dec9c08428 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,8 +225,6 @@ 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.pageX is newChildWindow.visualViewport.pageX
PASS oldChildWindow.visualViewport.pageY is newChildWindow.visualViewport.pageY
PASS oldChildWindow.visualViewport.scale is newChildWindow.visualViewport.scale

Powered by Google App Engine
This is Rietveld 408576698