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

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

Issue 2856233002: DevTools: support uiLocationToRawLocations for CSS (Closed)
Patch Set: review comments addressed 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-css-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/formatter-css-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/formatter-css-expected.txt
index 7862ad012b581370a0e5cb0921ed1dc22aa0ca0b..b5880c282eda9a6144fa5cd4bb1978d49a393ac7 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/formatter-css-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/formatter-css-expected.txt
@@ -15,18 +15,18 @@ body {
Location mapping with formatted source:
Mapped locations:
-0:15 -> 0:14
-0:22 -> 1:9
-0:65 -> 8:5
+0:15 -> 0:14 -> 0:15
+0:22 -> 1:9 -> 0:22
+0:65 -> 8:5 -> 0:65
Live locations (updated: 3):
0:14
1:9
8:5
Location mapping without formatted source:
Mapped locations:
-0:15 -> 0:15
-0:22 -> 0:22
-0:65 -> 0:65
+0:15 -> 0:15 -> 0:15
+0:22 -> 0:22 -> 0:22
+0:65 -> 0:65 -> 0:65
Live locations (updated: 6):
0:15
0:22

Powered by Google App Engine
This is Rietveld 408576698