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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-3-expected.txt

Issue 1917863008: DevTools: [SASS] introduce Gonzales-PE for SCSS parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 Verifies AST of SCSS with mixins. 1 Verifies AST of SCSS with mixins.
2 2
3 @mixin awesome { 3 @mixin awesome {
4 width: 100%; 4 width: 100%;
5 height: 100%; 5 height: 100%;
6 } 6 }
7 7
8 @mixin border-radius($radius) { 8 @mixin border-radius($radius) {
9 -webkit-border-radius: $radius; 9 -webkit-border-radius: $radius;
10 -moz-border-radius: $radius; 10 -moz-border-radius: $radius;
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 disabled: false 57 disabled: false
58 property 5 58 property 5
59 name: "border-radius" 59 name: "border-radius"
60 range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":23} 60 range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":23}
61 value: " $radius" 61 value: " $radius"
62 range: {"startLine":9,"startColumn":24,"endLine":9,"endColumn":32} 62 range: {"startLine":9,"startColumn":24,"endLine":9,"endColumn":32}
63 range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":33} 63 range: {"startLine":9,"startColumn":10,"endLine":9,"endColumn":33}
64 disabled: false 64 disabled: false
65 rule 2: "mixins" 65 rule 2: "mixins"
66 property 0 66 property 0
67 name: "@include border-radius" 67 name: "border-radius"
68 range: {"startLine":13,"startColumn":4,"endLine":13,"endColumn":26} 68 range: {"startLine":13,"startColumn":13,"endLine":13,"endColumn":26}
69 value: "15px" 69 value: "15px"
70 range: {"startLine":13,"startColumn":27,"endLine":13,"endColumn":31} 70 range: {"startLine":13,"startColumn":27,"endLine":13,"endColumn":31}
71 range: {"startLine":13,"startColumn":4,"endLine":13,"endColumn":32} 71 range: {"startLine":13,"startColumn":4,"endLine":13,"endColumn":32}
72 disabled: false 72 disabled: false
73 ====== 73 ======
74 Ranges OK. 74 Ranges OK.
75 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698