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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-2-expected.txt

Issue 1935403002: DevTools: [SASS] CSSRule supports selector text nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@3-precise-mapping
Patch Set: Created 4 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/sass/test-ast-css-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-2-expected.txt b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-2-expected.txt
index 9eaa03ae6e9ca20b99ad4655a05e99c4b59b8a28..53a8365d800df656441340a5bc046b843d9c7f88 100644
--- a/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sass/test-ast-css-2-expected.txt
@@ -10,7 +10,9 @@ Verifies AST of CSS with media query.
}
=== AST ===
-rule 0: "body"
+rule 0
+ selector 0: "body"
+ range: {"startLine":1,"startColumn":4,"endLine":1,"endColumn":8}
property 0
name: "width"
range: {"startLine":2,"startColumn":8,"endLine":2,"endColumn":13}

Powered by Google App Engine
This is Rietveld 408576698