Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt

Issue 2537023002: [DevTools] Remove workspace-test.js part3. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b1e11cbad6b8b4f2227efec152279da14ed0100b..04a6359998fa6cbaabe7765505ebd2a56cadf05e 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
@@ -1,61 +1,13 @@
Tests ResourceScriptMapping class.
-Running: testScriptWithPendingResource
-Adding script for pending request.
-UISourceCode: debugger:///VM1 foo.js
-UISourceCode is content script: false
-Highlighter type: text/javascript
-UISourceCode content: <content script source>
-Adding uiSourceCode for finished resource.
-UISourceCode: foo.js
-UISourceCode is content script: false
-Highlighter type: text/javascript
-UISourceCode content: <content script resource content>
-
-Running: testScriptWithFinishedResource
-Adding uiSourceCode for finished resource.
-UISourceCode: foo.js
-UISourceCode is content script: false
-Highlighter type: text/javascript
-UISourceCode content: <script resource content>
-Adding script for finished request.
-UISourceCode: foo.js
-UISourceCode is content script: false
-Highlighter type: text/javascript
-UISourceCode content: <script resource content>
-
-Running: testHTMLWithPendingResource
-Adding first script for pending request.
-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: debugger:///VM4 index.html
-UISourceCode is content script: false
-Highlighter type: text/html
-UISourceCode content: <script source 2>
-Adding uiSourceCode for finished resource.
-UISourceCode: index.html
-UISourceCode is content script: false
-Highlighter type: text/html
-UISourceCode content: <resource content>
-
-Running: testHTMLWithFinishedResource
-Adding uiSourceCode for finished resource.
-UISourceCode: index.html
-UISourceCode is content script: false
-Highlighter type: text/html
-UISourceCode content: <resource content>
-Adding first script for finished request.
-UISourceCode: index.html
-UISourceCode is content script: false
-Highlighter type: text/html
-UISourceCode content: <resource content>
-Adding second script for finished request.
-UISourceCode: index.html
-UISourceCode is content script: false
-Highlighter type: text/html
-UISourceCode content: <resource content>
+Waiting for scripts
+Script arrived
+Script arrived
+Script arrived
+Waiting for UISourceCode
+UISourceCode arrived
+Checking script at (3, 8)
+Checking script at (11, 12)
+Checking script at (16, 8)

Powered by Google App Engine
This is Rietveld 408576698