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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt

Issue 2222713004: [devtools] _parseMap in SourceMap.js does not strictly follow specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/http/tests/inspector/compiler-script-mapping-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
index 90ae6fc5fc58828ff4df3a687d0a70692c90a7db..07405011bcfb5fde46b998ca1813536a1be15062 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt
@@ -153,3 +153,15 @@ example.js === example.js [sm]
9 === 9
source line 0 has no mappings.
+Running: testIssue611738
+1:0 > [no name assigned]
+3:0 > [no name assigned]
+3:18 > [no name assigned]
+3:4 > 'name1'
+4:0 > [no name assigned]
+4:0 > [no name assigned]
+4:4 > 'generated31465'
+4:27 > [no name assigned]
+5:0 > [no name assigned]
+5:0 > [no name assigned]
+

Powered by Google App Engine
This is Rietveld 408576698