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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/multiple-scripts.html

Issue 2537023002: [DevTools] Remove workspace-test.js part3. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <body>
2
3
4 <script>
5 window.x = 1;
6
7 var foo = 1;
8 foo = 2;
9 </script>
10
11
12 <script>
13 var bar = 1;
14 bar = 2;
15 // If we put next two tags on the same line, script ranges overlap and frontend gets wrong uiLocationToRawLocation.
16 </script>
17 <script>var baz = 3;baz = 2;</script>
18
19
20
21 </body>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698