| OLD | NEW |
| 1 CONSOLE ERROR: line 4: Uncaught SyntaxError: Unexpected token ) |
| 2 CONSOLE MESSAGE: line 8: Iframe loaded |
| 1 Tests NetworkUISourceCodeProvider class. | 3 Tests NetworkUISourceCodeProvider class. |
| 2 | 4 |
| 3 | 5 |
| 6 |
| 4 Running: testDocumentResource | 7 Running: testDocumentResource |
| 5 Creating resource. | 8 Creating resource. |
| 6 UISourceCode: http://fake.url/1 | 9 UISourceCode: LayoutTests/inspector/sources/debugger/resources/syntax-error.html |
| 7 UISourceCode is content script: false | 10 UISourceCode is content script: false |
| 8 Highlighter type: text/html | 11 Highlighter type: text/html |
| 9 UISourceCode content: <document resource content> | 12 UISourceCode content: <html> |
| 13 <head> |
| 14 <script> |
| 15 ) |
| 16 </script> |
| 17 </head> |
| 10 | 18 |
| 11 Running: testScriptResourceAndVMScript | 19 <body onload="console.log('Iframe loaded');"> |
| 12 Creating script resource. | 20 </body> |
| 21 </html> |
| 22 |
| 23 Running: testVMScript |
| 13 Creating script. | 24 Creating script. |
| 14 UISourceCode: http://fake.url/3 | 25 UISourceCode: foo.js |
| 15 UISourceCode is content script: false | 26 UISourceCode is content script: false |
| 16 Highlighter type: text/javascript | 27 Highlighter type: text/javascript |
| 17 UISourceCode content: <script content> | 28 UISourceCode content: var foo=1; |
| 18 | 29 |
| 19 Running: testRemoveStyleSheetFromModelWithComplexURL | 30 |
| 31 Running: testScriptResource |
| 32 Creating script resource. |
| 33 UISourceCode: LayoutTests/inspector/sources/debugger/resources/script1.js |
| 34 UISourceCode is content script: false |
| 35 Highlighter type: text/javascript |
| 36 UISourceCode content: function f1() {} |
| 37 |
| 38 Running: testRemoveStyleSheetFromModel |
| 20 Creating stylesheet resource. | 39 Creating stylesheet resource. |
| 21 Added uiSourceCode: http://example.com/foo.css | 40 Added uiSourceCode: LayoutTests/inspector/sources/debugger/resources/style1.css |
| 22 Removed uiSourceCode: http://example.com/foo.css | 41 Removed uiSourceCode: LayoutTests/inspector/sources/debugger/resources/style1.cs
s |
| 23 | 42 |
| 24 Running: testRemoveStyleSheetFromModelWithSimpleURL | |
| 25 Creating stylesheet resource. | |
| 26 Added uiSourceCode: foo.css | |
| 27 Removed uiSourceCode: foo.css | |
| 28 | |
| OLD | NEW |