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

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

Issue 6519013: Merge 77563 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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
OLDNEW
1 Test importScripts with error. 1 Test importScripts with error.
2 2
3 3
4 AT_TARGET: 2, 4 AT_TARGET: 2,
5 BLUR: 8192, 5 BLUR: 8192,
6 BUBBLING_PHASE: 3, 6 BUBBLING_PHASE: 3,
7 CAPTURING_PHASE: 1, 7 CAPTURING_PHASE: 1,
8 CHANGE: 32768, 8 CHANGE: 32768,
9 CLICK: 64, 9 CLICK: 64,
10 DBLCLICK: 128, 10 DBLCLICK: 128,
(...skipping 22 matching lines...) Expand all
33 lineno: 2, 33 lineno: 2,
34 message: Error: Script error., 34 message: Error: Script error.,
35 preventDefault: function preventDefault() { [native code] }, 35 preventDefault: function preventDefault() { [native code] },
36 returnValue: true, 36 returnValue: true,
37 srcElement: [object Worker], 37 srcElement: [object Worker],
38 stopImmediatePropagation: function stopImmediatePropagation() { [native code] }, 38 stopImmediatePropagation: function stopImmediatePropagation() { [native code] },
39 stopPropagation: function stopPropagation() { [native code] }, 39 stopPropagation: function stopPropagation() { [native code] },
40 target: [object Worker], 40 target: [object Worker],
41 type: error 41 type: error
42 42
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/workers/worker-importScriptsOnError.html ('k') | Source/WebCore/bindings/js/WorkerScriptController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698