Index: LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt |
diff --git a/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt b/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt |
index f8e697bcd9fc765154e8897e99aca266532b6903..6d0622b81e39f63ff56189969aef96f3a492821f 100644 |
--- a/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt |
+++ b/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt |
@@ -8,31 +8,21 @@ UISourceCode is content script: false |
Highlighter type: text/html |
UISourceCode content: <document resource content> |
-Running: testScriptResource |
pfeldman
2015/08/12 23:38:42
Why did the expectations change? Your change shoul
dgozman
2015/08/13 18:27:26
Test was checking that we add UISourceCode for scr
|
-Creating resource. |
-UISourceCode: http://fake.url/2 |
-UISourceCode is content script: false |
-Highlighter type: text/javascript |
-UISourceCode content: <script resource content> |
- |
-Running: testVMScript |
+Running: testScriptResourceAndVMScript |
+Creating script resource. |
Creating script. |
UISourceCode: http://fake.url/3 |
UISourceCode is content script: false |
Highlighter type: text/javascript |
UISourceCode content: <script content> |
-Running: testStylesheetResource |
-Creating resource. |
-UISourceCode: http://fake.url/4 |
-Highlighter type: text/css |
-UISourceCode content: <stylesheet resource content> |
- |
Running: testRemoveStyleSheetFromModelWithComplexURL |
+Creating stylesheet resource. |
Added uiSourceCode: http://example.com/foo.css |
Removed uiSourceCode: http://example.com/foo.css |
Running: testRemoveStyleSheetFromModelWithSimpleURL |
+Creating stylesheet resource. |
Added uiSourceCode: foo.css |
Removed uiSourceCode: foo.css |