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

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

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: LayoutTests/http/tests/workers/worker-importScriptsOnError-expected.txt
diff --git a/LayoutTests/http/tests/workers/worker-importScriptsOnError-expected.txt b/LayoutTests/http/tests/workers/worker-importScriptsOnError-expected.txt
deleted file mode 100644
index 72c5aee7e096a4af4b5d725a8da3a4c578ee1c74..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/workers/worker-importScriptsOnError-expected.txt
+++ /dev/null
@@ -1,43 +0,0 @@
-CONSOLE MESSAGE: line 2: Error: Script error.
-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: Error: Script error.,
-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