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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 2: Error: Script error.
2 Test importScripts with error.
3
4
5 AT_TARGET: 2,
6 BLUR: 8192,
7 BUBBLING_PHASE: 3,
8 CAPTURING_PHASE: 1,
9 CHANGE: 32768,
10 CLICK: 64,
11 DBLCLICK: 128,
12 DRAGDROP: 2048,
13 FOCUS: 4096,
14 KEYDOWN: 256,
15 KEYPRESS: 1024,
16 KEYUP: 512,
17 MOUSEDOWN: 1,
18 MOUSEDRAG: 32,
19 MOUSEMOVE: 16,
20 MOUSEOUT: 8,
21 MOUSEOVER: 4,
22 MOUSEUP: 2,
23 NONE: 0,
24 SELECT: 16384,
25 bubbles: false,
26 cancelBubble: false,
27 cancelable: true,
28 clipboardData: undefined,
29 currentTarget: [object Worker],
30 defaultPrevented: false,
31 eventPhase: 2,
32 filename: http://127.0.0.1:8000/workers/resources/worker-importScripts-error.js,
33 initEvent: function initEvent() { [native code] },
34 lineno: 2,
35 message: Error: Script error.,
36 preventDefault: function preventDefault() { [native code] },
37 returnValue: true,
38 srcElement: [object Worker],
39 stopImmediatePropagation: function stopImmediatePropagation() { [native code] },
40 stopPropagation: function stopPropagation() { [native code] },
41 target: [object Worker],
42 type: error
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698