OLD | NEW |
1 CONSOLE MESSAGE: line 4: with: Object property value | 1 CONSOLE MESSAGE: line 4: with: Object property value |
2 CONSOLE MESSAGE: line 1: eval in with: Object property value | 2 CONSOLE MESSAGE: line 1: eval in with: Object property value |
3 CONSOLE MESSAGE: line 1: eval in function: Function parameter | 3 CONSOLE MESSAGE: line 1: eval in function: Function parameter |
4 Tests that evaluating 'console.log()' in the console will have access to its out
er scope variables. Bug 60547. | 4 Tests that evaluating 'console.log()' in the console will have access to its out
er scope variables. Bug 60547. |
5 | 5 |
6 | 6 |
7 Running: testSnippet1 | 7 Running: testSnippet1 |
8 VM:4 with: Object property value | 8 VM:4 with: Object property value |
9 VM:1 eval in with: Object property value | 9 VM:1 eval in with: Object property value |
10 | 10 |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 className : "Object" | 66 className : "Object" |
67 description : "Object" | 67 description : "Object" |
68 objectId : <string> | 68 objectId : <string> |
69 type : "object" | 69 type : "object" |
70 } | 70 } |
71 writable : true | 71 writable : true |
72 } | 72 } |
73 | 73 |
74 Running: testGetEventListenersDoesNotThrow | 74 Running: testGetEventListenersDoesNotThrow |
75 getEventListeners(document.body.firstChild) | 75 getEventListeners(document.body.firstChild) |
76 Object {} | 76 {} |
77 | 77 |
OLD | NEW |