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

Unified 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, 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/multiple-scripts.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/multiple-scripts.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/multiple-scripts.html
new file mode 100644
index 0000000000000000000000000000000000000000..b102fb2c84426d4ab2519c061998c760346f0ab8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/multiple-scripts.html
@@ -0,0 +1,21 @@
+<body>
+
+
+<script>
+ window.x = 1;
+
+ var foo = 1;
+ foo = 2;
+</script>
+
+
+ <script>
+var bar = 1;
+ bar = 2;
+// If we put next two tags on the same line, script ranges overlap and frontend gets wrong uiLocationToRawLocation.
+</script>
+<script>var baz = 3;baz = 2;</script>
+
+
+
+</body>
« 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