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

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

Issue 2584723004: Move ongot/lostpointercaptures to global handlers (Closed)
Patch Set: Fix the link to the spec 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-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 06e551e334e0b13be9b5ff8071a3636bc7d33eca..e2d8d346bd1d0bc97d290cf2b7aab925859b57cb 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
@@ -75,6 +75,7 @@ PASS childWindow.onemptied is null
PASS childWindow.onended is null
PASS childWindow.onerror is null
PASS childWindow.onfocus is null
+PASS childWindow.ongotpointercapture is null
PASS childWindow.onhashchange is null
PASS childWindow.oninput is null
PASS childWindow.oninvalid is null
@@ -86,6 +87,7 @@ PASS childWindow.onload is null
PASS childWindow.onloadeddata is null
PASS childWindow.onloadedmetadata is null
PASS childWindow.onloadstart is null
+PASS childWindow.onlostpointercapture is null
PASS childWindow.onmessage is null
PASS childWindow.onmousedown is null
PASS childWindow.onmouseenter is null

Powered by Google App Engine
This is Rietveld 408576698