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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt

Issue 2958403002: [WIP] DevTools: move UISourceCode creation into ResourceScriptMapping
Patch Set: pass everything but breakpointmanager Created 3 years, 6 months 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-ui/scripts-with-same-source-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt
index 823bcb05e35821ac9d3fc25e1d9ae234ad861f4e..2f3f68a5744e09159046529bf3a0739f7a306624 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt
@@ -1,10 +1,10 @@
Tests that script is replaced with the newer version when the names match.
+Added: debugger:///VMXX MyScript.js to debugger
Added: MyScript.js to network
Added: debugger:///VMXX MyScript.js to debugger
Removed: MyScript.js from network
Added: MyScript.js to network
-Added: debugger:///VMXX MyScript.js to debugger
Content: function foo() { return 1; } //# sourceURL=MyScript.js
Content: function foo() { return 2; } //# sourceURL=MyScript.js

Powered by Google App Engine
This is Rietveld 408576698