Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger / network-uisourcecode-provider-expected.txt
blob6d0622b81e39f63ff56189969aef96f3a492821f
1 Tests NetworkUISourceCodeProvider class.
4 Running: testDocumentResource
5 Creating resource.
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.
13 Creating script.
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