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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 2: Uncaught undefined
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: Uncaught undefined,
36 path: [object NodeList],
37 preventDefault: function preventDefault() { [native code] },
38 returnValue: true,
39 srcElement: [object Worker],
40 stopImmediatePropagation: function stopImmediatePropagation() { [native code] },
41 stopPropagation: function stopPropagation() { [native code] },
42 target: [object Worker],
43 type: error
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698