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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests that the original content is accessible on live edited scripts.
2
3 ==== Original Content ====
4 function f()
5 {
6 return 0;
7 }
8
9
10
11 ==== Current Content ====
12 function f()
13 {
14 return "live-edited string";
15 }
16
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698