Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / debugger / network-uisourcecode-provider-expected.txt
1 Tests NetworkUISourceCodeProvider class.
2
3
4 Running: testDocumentResource
5 Creating resource.
6 UISourceCode: http://fake.url/1
7 UISourceCode is editable: false
8 UISourceCode is content script: false
9 Highlighter type: text/html
10 UISourceCode content: <document resource content>
11
12 Running: testScriptResource
13 Creating resource.
14 UISourceCode: http://fake.url/2
15 UISourceCode is editable: true
16 UISourceCode is content script: false
17 Highlighter type: text/javascript
18 UISourceCode content: <script resource content>
19
20 Running: testVMScript
21 Creating script.
22 UISourceCode: http://fake.url/3
23 UISourceCode is editable: true
24 UISourceCode is content script: false
25 Highlighter type: text/javascript
26 UISourceCode content: <script content>
27
28 Running: testStylesheetResource
29 Creating resource.
30 UISourceCode: http://fake.url/4
31 UISourceCode is editable: true
32 Highlighter type: text/css
33 UISourceCode content: <stylesheet resource content>
34