| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |