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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit-original-content-expected.txt

Issue 2695123004: DevTools: Only provide static script content to UISourceCode (Closed)
Patch Set: another try Created 3 years, 10 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/live-edit-original-content-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit-original-content-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit-original-content-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4e33695f41b36becc4468c844e02dd2d607a9d12
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit-original-content-expected.txt
@@ -0,0 +1,17 @@
+Tests that the original content is accessible on live edited scripts.
+
+==== Original Content ====
+function f()
+{
+ return 0;
+}
+
+
+
+==== Current Content ====
+function f()
+{
+ return "live-edited string";
+}
+
+

Powered by Google App Engine
This is Rietveld 408576698