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

Unified Diff: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/window-onerror-10-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/fast/events/window-onerror-10-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/window-onerror-10-expected.txt b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/window-onerror-10-expected.txt
deleted file mode 100644
index d29eabdb76e183f42c90e52f36ae14a49314c39e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/window-onerror-10-expected.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-This test should trigger 'window.onerror' multiple times, and successfully handle the errors.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-window.onerror: "Uncaught Error: Inline exception." at onerror-test.js (Line: 6, Column: 5)
-Stack Trace:
-Error: Inline exception.
- at throwException onerror-test.js:6:11
- at window-onerror-10.html:22:9
-
-Returning 'true': the error should not be reported in the console as an unhandled exception.
-
-
-
-window.onerror: "Uncaught Error: exception in onload" at onerror-test.js (Line: 6, Column: 5)
-Stack Trace:
-Error: exception in onload
- at throwException onerror-test.js:6:11
- at onload window-onerror-10.html:11:205
-
-Returning 'true': the error should not be reported in the console as an unhandled exception.
-
-
-
-window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Line: 6, Column: 5)
-Stack Trace:
-Error: exception in setTimeout
- at throwException onerror-test.js:6:11
- at eval window-onerror-10.html:11:155
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698