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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/formatter-js-expected.txt

Issue 2856233002: DevTools: support uiLocationToRawLocations for CSS (Closed)
Patch Set: Created 3 years, 8 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/inspector/sources/formatter-js-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/formatter-js-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/formatter-js-expected.txt
index be61ee0698a0584d0aaf84c31ef13ddbc8278510..3bf673b3395abe4d9cf7bebc027ef887408a4e2e 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/formatter-js-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/formatter-js-expected.txt
@@ -67,35 +67,35 @@ function formatted2() {
}
Location mapping with formatted source:
-1:0 -> 0:22
-6:0 -> 4:24
-11:3 -> 9:4
-11:29 -> 10:32
-11:150 -> 14:20
-11:227 -> 20:30
-12:0 -> 22:30
-12:157 -> 30:51
-12:170 -> 31:22
-13:0 -> 37:21
-14:71 -> 50:23
-14:97 -> 53:18
-14:168 -> 56:18
-14:237 -> 59:12
-17:0 -> 61:22
+1:0 -> 0:22 -> 1:0
+6:0 -> 4:24 -> 6:0
+11:3 -> 9:4 -> 11:3
+11:29 -> 10:32 -> 11:29
+11:150 -> 14:20 -> 11:150
+11:227 -> 20:30 -> 11:227
+12:0 -> 22:30 -> 12:0
+12:157 -> 30:51 -> 12:157
+12:170 -> 31:22 -> 12:170
+13:0 -> 37:21 -> 13:0
+14:71 -> 50:23 -> 14:71
+14:97 -> 53:18 -> 14:97
+14:168 -> 56:18 -> 14:168
+14:237 -> 59:12 -> 14:237
+17:0 -> 61:22 -> 17:0
Location mapping without formatted source:
-1:0 -> 1:0
-6:0 -> 6:0
-11:3 -> 11:3
-11:29 -> 11:29
-11:150 -> 11:150
-11:227 -> 11:227
-12:0 -> 12:0
-12:157 -> 12:157
-12:170 -> 12:170
-13:0 -> 13:0
-14:71 -> 14:71
-14:97 -> 14:97
-14:168 -> 14:168
-14:237 -> 14:237
-17:0 -> 17:0
+1:0 -> 1:0 -> 1:0
+6:0 -> 6:0 -> 6:0
+11:3 -> 11:3 -> 11:3
+11:29 -> 11:29 -> 11:29
+11:150 -> 11:150 -> 11:150
+11:227 -> 11:227 -> 11:227
+12:0 -> 12:0 -> 12:0
+12:157 -> 12:157 -> 12:157
+12:170 -> 12:170 -> 12:170
+13:0 -> 13:0 -> 13:0
+14:71 -> 14:71 -> 14:71
+14:97 -> 14:97 -> 14:97
+14:168 -> 14:168 -> 14:168
+14:237 -> 14:237 -> 14:237
+17:0 -> 17:0 -> 17:0

Powered by Google App Engine
This is Rietveld 408576698