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

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

Issue 1409223006: DevTools: replace content provider when re-adding into network project (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Same with isLiveEdit flag in a scriptParsed. Created 5 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-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
new file mode 100644
index 0000000000000000000000000000000000000000..d3ccca51f3b673267791b42aadd58254e43540af
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt
@@ -0,0 +1,10 @@
+Tests that script is replaced with the newer version when the names match.
+
+Added: MyScript.js to network
+Added: MyScript.js to debugger
+Removed: MyScript.js from network
+Added: MyScript.js to network
+Added: 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