Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt |
index 5c36de2ba8de1e7841b82f884ef0512d6a402714..b1e11cbad6b8b4f2227efec152279da14ed0100b 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt |
@@ -3,7 +3,7 @@ Tests ResourceScriptMapping class. |
Running: testScriptWithPendingResource |
Adding script for pending request. |
-UISourceCode: foo.js |
+UISourceCode: debugger:///VM1 foo.js |
dgozman
2015/12/15 22:22:47
Don't we have a convenience decorator for VMXX?
pfeldman
2015/12/16 01:34:28
It is not installed everywhere.
|
UISourceCode is content script: false |
Highlighter type: text/javascript |
UISourceCode content: <content script source> |
@@ -27,12 +27,12 @@ UISourceCode content: <script resource content> |
Running: testHTMLWithPendingResource |
Adding first script for pending request. |
-UISourceCode: index.html |
+UISourceCode: debugger:///VM3 index.html |
UISourceCode is content script: false |
Highlighter type: text/html |
UISourceCode content: <script source 1> |
Adding second script for pending request. |
-UISourceCode: index.html |
+UISourceCode: debugger:///VM4 index.html |
UISourceCode is content script: false |
Highlighter type: text/html |
UISourceCode content: <script source 2> |