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

Unified Diff: third_party/WebKit/LayoutTests/virtual/pointerevent/inspector/sources/debugger-breakpoints/event-listener-breakpoints-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/virtual/pointerevent/inspector/sources/debugger-breakpoints/event-listener-breakpoints-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/pointerevent/inspector/sources/debugger-breakpoints/event-listener-breakpoints-expected.txt b/third_party/WebKit/LayoutTests/virtual/pointerevent/inspector/sources/debugger-breakpoints/event-listener-breakpoints-expected.txt
deleted file mode 100644
index 3aa31848919cb2b474bda7867970cef6ffdf6518..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/pointerevent/inspector/sources/debugger-breakpoints/event-listener-breakpoints-expected.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-Tests event listener breakpoints.
-
-
-
-Running: testClickBreakpoint
-Script execution paused.
-Call stack:
- 0) testElementEventListener (event-listener-breakpoints.html:7)
- 1) addListenerAndClick (event-listener-breakpoints.html:16)
- 2) (:1)
-Event target: INPUT
-Script execution resumed.
-
-Running: testTimerFiredBreakpoint
-Script execution paused.
-Call stack:
- 0) timerFired (event-listener-breakpoints.html:26)
-Script execution resumed.
-
-Running: testLoadBreakpointOnXHR
-Script execution paused.
-Call stack:
- 0) loadCallback (event-listener-breakpoints.html:49)
-Event target: XMLHttpRequest
-Script execution resumed.
-
-Running: testMediaEventBreakpoint
-Script execution paused.
-Call stack:
- 0) onVideoPlay (event-listener-breakpoints.html:61)
-Event target: VIDEO
-Script execution resumed.
-
-Running: testPointerEventBreakpoint
-Script execution paused.
-Call stack:
- 0) testElementEventListener (event-listener-breakpoints.html:7)
- 1) addListenerAndPointerDown (event-listener-breakpoints.html:23)
- 2) (:1)
-Event target: INPUT
-Script execution resumed.
-

Powered by Google App Engine
This is Rietveld 408576698