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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/text-source-map-expected.txt

Issue 2727383002: DevTools: sort sourceMap mappings since they might not be ordered. (Closed)
Patch Set: 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/http/tests/inspector/text-source-map-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/text-source-map-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/text-source-map-expected.txt
index f79973eb738756f75bb91706645158021bc94057..69bc1edd6826c06b7a073b7e39097d07044f4f99 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/text-source-map-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/text-source-map-expected.txt
@@ -48,6 +48,20 @@ example.js === example.js
3 === 3
1 === 1
+Running: testNonSortedMappings
+example.js === example.js
+0 === 0
+3 === 3
+example.js === example.js
+0 === 0
+2 === 2
+example.js === example.js
+0 === 0
+1 === 1
+example.js === example.js
+0 === 0
+0 === 0
+
Running: testSections
source1.js === source1.js
0 === 0
@@ -78,8 +92,8 @@ source line 0 has no mappings.
Running: testNameIndexes
1:0 > [no name assigned]
3:0 > [no name assigned]
-3:18 > [no name assigned]
3:4 > 'name1'
+3:18 > [no name assigned]
4:0 > [no name assigned]
4:0 > [no name assigned]
4:4 > 'generated31465'

Powered by Google App Engine
This is Rietveld 408576698