1 Tests NetworkUISourceCodeProvider class.
4 Running: testDocumentResource
6 UISourceCode: http://fake.url/1
7 UISourceCode is content script: false
8 Highlighter type: text/html
9 UISourceCode content: <document resource content>
11 Running: testScriptResourceAndVMScript
12 Creating script resource.
14 UISourceCode: http://fake.url/3
15 UISourceCode is content script: false
16 Highlighter type: text/javascript
17 UISourceCode content: <script content>
19 Running: testRemoveStyleSheetFromModelWithComplexURL
20 Creating stylesheet resource.
21 Added uiSourceCode: http://example.com/foo.css
22 Removed uiSourceCode: http://example.com/foo.css
24 Running: testRemoveStyleSheetFromModelWithSimpleURL
25 Creating stylesheet resource.
26 Added uiSourceCode: foo.css
27 Removed uiSourceCode: foo.css