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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/workers/worker-importScriptsOnError-expected.txt

Issue 2579693005: Remove legacy constants on Event (Closed)
Patch Set: update newly imported wpt/dom/historical.html 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/http/tests/workers/worker-importScriptsOnError-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScriptsOnError-expected.txt b/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScriptsOnError-expected.txt
deleted file mode 100644
index 6671846f64ef359848496db3fc1cad465dbf0c9d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/workers/worker-importScriptsOnError-expected.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-CONSOLE MESSAGE: line 2: Uncaught undefined
-Test importScripts with error.
-
-
-AT_TARGET: 2,
-BLUR: 8192,
-BUBBLING_PHASE: 3,
-CAPTURING_PHASE: 1,
-CHANGE: 32768,
-CLICK: 64,
-DBLCLICK: 128,
-DRAGDROP: 2048,
-FOCUS: 4096,
-KEYDOWN: 256,
-KEYPRESS: 1024,
-KEYUP: 512,
-MOUSEDOWN: 1,
-MOUSEDRAG: 32,
-MOUSEMOVE: 16,
-MOUSEOUT: 8,
-MOUSEOVER: 4,
-MOUSEUP: 2,
-NONE: 0,
-SELECT: 16384,
-bubbles: false,
-cancelBubble: false,
-cancelable: true,
-clipboardData: undefined,
-currentTarget: [object Worker],
-defaultPrevented: false,
-eventPhase: 2,
-filename: http://127.0.0.1:8000/workers/resources/worker-importScripts-error.js,
-initEvent: function initEvent() { [native code] },
-lineno: 2,
-message: Uncaught undefined,
-path: [object NodeList],
-preventDefault: function preventDefault() { [native code] },
-returnValue: true,
-srcElement: [object Worker],
-stopImmediatePropagation: function stopImmediatePropagation() { [native code] },
-stopPropagation: function stopPropagation() { [native code] },
-target: [object Worker],
-type: error
-

Powered by Google App Engine
This is Rietveld 408576698