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

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

Issue 2098883002: Make PointerEvent an experimental web platform feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed js path. 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 0c565f6bd64abe640d52bb99bad7a8eb95ea039b..7b498970cd599d1b838073a754c825d46abce38c 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
@@ -124,6 +124,14 @@ PASS oldChildWindow.onpageshow is newChildWindow.onpageshow
PASS oldChildWindow.onpause is newChildWindow.onpause
PASS oldChildWindow.onplay is newChildWindow.onplay
PASS oldChildWindow.onplaying is newChildWindow.onplaying
+PASS oldChildWindow.onpointercancel is newChildWindow.onpointercancel
+PASS oldChildWindow.onpointerdown is newChildWindow.onpointerdown
+PASS oldChildWindow.onpointerenter is newChildWindow.onpointerenter
+PASS oldChildWindow.onpointerleave is newChildWindow.onpointerleave
+PASS oldChildWindow.onpointermove is newChildWindow.onpointermove
+PASS oldChildWindow.onpointerout is newChildWindow.onpointerout
+PASS oldChildWindow.onpointerover is newChildWindow.onpointerover
+PASS oldChildWindow.onpointerup is newChildWindow.onpointerup
PASS oldChildWindow.onpopstate is newChildWindow.onpopstate
PASS oldChildWindow.onprogress is newChildWindow.onprogress
PASS oldChildWindow.onratechange is newChildWindow.onratechange

Powered by Google App Engine
This is Rietveld 408576698