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

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

Issue 2584723004: Move ongot/lostpointercaptures to global handlers (Closed)
Patch Set: fixing the tests Created 4 years 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 f3e3f126c1271a7246c46248bab211a7cb8efcdf..a20d0cc1b89bca622ef869ad9ffa1a355d635b80 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
@@ -103,6 +103,7 @@ PASS oldChildWindow.onemptied is newChildWindow.onemptied
PASS oldChildWindow.onended is newChildWindow.onended
PASS oldChildWindow.onerror is newChildWindow.onerror
PASS oldChildWindow.onfocus is newChildWindow.onfocus
+PASS oldChildWindow.ongotpointercapture is newChildWindow.ongotpointercapture
PASS oldChildWindow.onhashchange is newChildWindow.onhashchange
PASS oldChildWindow.oninput is newChildWindow.oninput
PASS oldChildWindow.oninvalid is newChildWindow.oninvalid
@@ -114,6 +115,7 @@ PASS oldChildWindow.onload is newChildWindow.onload
PASS oldChildWindow.onloadeddata is newChildWindow.onloadeddata
PASS oldChildWindow.onloadedmetadata is newChildWindow.onloadedmetadata
PASS oldChildWindow.onloadstart is newChildWindow.onloadstart
+PASS oldChildWindow.onlostpointercapture is newChildWindow.onlostpointercapture
PASS oldChildWindow.onmessage is newChildWindow.onmessage
PASS oldChildWindow.onmousedown is newChildWindow.onmousedown
PASS oldChildWindow.onmouseenter is newChildWindow.onmouseenter

Powered by Google App Engine
This is Rietveld 408576698