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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-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-removed-and-gced-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
index 6fd26d06bccf5c69cea1df0ec7b1b97ec4afbe26..3f6b43fea4de457912cfc0722cb8257489d949d2 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
@@ -225,8 +225,6 @@ PASS childWindow.styleMedia.type is ''
PASS childWindow.toolbar.visible is false
FAIL childWindow.visualViewport.clientHeight should be 0. Threw exception TypeError: Cannot read property 'clientHeight' of null
FAIL childWindow.visualViewport.clientWidth should be 0. Threw exception TypeError: Cannot read property 'clientWidth' of null
-FAIL childWindow.visualViewport.onresize should be null. Threw exception TypeError: Cannot read property 'onresize' of null
-FAIL childWindow.visualViewport.onscroll should be null. Threw exception TypeError: Cannot read property 'onscroll' of null
FAIL childWindow.visualViewport.pageX should be 0. Threw exception TypeError: Cannot read property 'pageX' of null
FAIL childWindow.visualViewport.pageY should be 0. Threw exception TypeError: Cannot read property 'pageY' of null
FAIL childWindow.visualViewport.scale should be 0. Threw exception TypeError: Cannot read property 'scale' of null

Powered by Google App Engine
This is Rietveld 408576698