swc/crates/swc_css_parser/tests/fixture/at-rule/font-feature-values/span.rust-debug
2022-10-13 05:31:34 +00:00

1062 lines
30 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:1:1]
1 | ,-> @font-feature-values "Otaru Kisa" {
2 | | @annotation { circled: 1; black-boxed: 3; }
3 | | }
4 | |
5 | | @font-feature-values Otaru {
6 | | @annotation { circled: 1; black-boxed: 3; }
7 | | }
8 | |
9 | | @font-feature-values Otaru Kisa {
10 | | @annotation { circled: 1; black-boxed: 3; }
11 | | }
12 | |
13 | | @font-feature-values Taisho Gothic {
14 | | @annotation { boxed: 1; circled: 4; }
15 | | }
16 | |
17 | | @font-feature-values Taisho Gothic, Bar {
18 | | @annotation { boxed: 1; circled: 4; }
19 | | }
20 | |
21 | | h3.title {
22 | | /* circled form defined for both fonts */
23 | | font-family: Otaru Kisa, Taisho Gothic;
24 | | font-variant: annotation(circled);
25 | `-> }
`----
x Rule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:1:1]
1 | ,-> @font-feature-values "Otaru Kisa" {
2 | | @annotation { circled: 1; black-boxed: 3; }
3 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:1:1]
1 | ,-> @font-feature-values "Otaru Kisa" {
2 | | @annotation { circled: 1; black-boxed: 3; }
3 | `-> }
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:1:1]
1 | @font-feature-values "Otaru Kisa" {
: ^^^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:1:1]
1 | @font-feature-values "Otaru Kisa" {
: ^^^^^^^^^^^^^^^^^^^
`----
x Str
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:1:1]
1 | @font-feature-values "Otaru Kisa" {
: ^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:1:1]
1 | ,-> @font-feature-values "Otaru Kisa" {
2 | | @annotation { circled: 1; black-boxed: 3; }
3 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:1:1]
1 | @font-feature-values "Otaru Kisa" {
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x Integer
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x Integer
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:2:5]
2 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:5:1]
5 | ,-> @font-feature-values Otaru {
6 | | @annotation { circled: 1; black-boxed: 3; }
7 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:5:1]
5 | ,-> @font-feature-values Otaru {
6 | | @annotation { circled: 1; black-boxed: 3; }
7 | `-> }
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:5:1]
5 | @font-feature-values Otaru {
: ^^^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:5:1]
5 | @font-feature-values Otaru {
: ^^^^^^^^^^^^^^^^^^^
`----
x CustomIdent
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:5:1]
5 | @font-feature-values Otaru {
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:5:1]
5 | ,-> @font-feature-values Otaru {
6 | | @annotation { circled: 1; black-boxed: 3; }
7 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:5:1]
5 | @font-feature-values Otaru {
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x Integer
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x Integer
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:6:5]
6 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:9:1]
9 | ,-> @font-feature-values Otaru Kisa {
10 | | @annotation { circled: 1; black-boxed: 3; }
11 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:9:1]
9 | ,-> @font-feature-values Otaru Kisa {
10 | | @annotation { circled: 1; black-boxed: 3; }
11 | `-> }
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:9:1]
9 | @font-feature-values Otaru Kisa {
: ^^^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:9:1]
9 | @font-feature-values Otaru Kisa {
: ^^^^^^^^^^^^^^^^^^^
`----
x CustomIdent
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:9:1]
9 | @font-feature-values Otaru Kisa {
: ^^^^^
`----
x CustomIdent
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:9:1]
9 | @font-feature-values Otaru Kisa {
: ^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:9:1]
9 | ,-> @font-feature-values Otaru Kisa {
10 | | @annotation { circled: 1; black-boxed: 3; }
11 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:9:1]
9 | @font-feature-values Otaru Kisa {
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x Integer
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x Integer
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:10:5]
10 | @annotation { circled: 1; black-boxed: 3; }
: ^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:13:1]
13 | ,-> @font-feature-values Taisho Gothic {
14 | | @annotation { boxed: 1; circled: 4; }
15 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:13:1]
13 | ,-> @font-feature-values Taisho Gothic {
14 | | @annotation { boxed: 1; circled: 4; }
15 | `-> }
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:13:1]
13 | @font-feature-values Taisho Gothic {
: ^^^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:13:1]
13 | @font-feature-values Taisho Gothic {
: ^^^^^^^^^^^^^^^^^^^
`----
x CustomIdent
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:13:1]
13 | @font-feature-values Taisho Gothic {
: ^^^^^^
`----
x CustomIdent
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:13:1]
13 | @font-feature-values Taisho Gothic {
: ^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:13:1]
13 | ,-> @font-feature-values Taisho Gothic {
14 | | @annotation { boxed: 1; circled: 4; }
15 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:13:1]
13 | @font-feature-values Taisho Gothic {
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^
`----
x Integer
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^
`----
x Integer
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:14:5]
14 | @annotation { boxed: 1; circled: 4; }
: ^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:17:1]
17 | ,-> @font-feature-values Taisho Gothic, Bar {
18 | | @annotation { boxed: 1; circled: 4; }
19 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:17:1]
17 | ,-> @font-feature-values Taisho Gothic, Bar {
18 | | @annotation { boxed: 1; circled: 4; }
19 | `-> }
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:17:1]
17 | @font-feature-values Taisho Gothic, Bar {
: ^^^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:17:1]
17 | @font-feature-values Taisho Gothic, Bar {
: ^^^^^^^^^^^^^^^^^^^
`----
x CustomIdent
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:17:1]
17 | @font-feature-values Taisho Gothic, Bar {
: ^^^^^^
`----
x CustomIdent
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:17:1]
17 | @font-feature-values Taisho Gothic, Bar {
: ^^^^^^
`----
x CustomIdent
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:17:1]
17 | @font-feature-values Taisho Gothic, Bar {
: ^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:17:1]
17 | ,-> @font-feature-values Taisho Gothic, Bar {
18 | | @annotation { boxed: 1; circled: 4; }
19 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:17:1]
17 | @font-feature-values Taisho Gothic, Bar {
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^
`----
x Integer
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^
`----
x Integer
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:18:5]
18 | @annotation { boxed: 1; circled: 4; }
: ^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | ,-> h3.title {
22 | | /* circled form defined for both fonts */
23 | | font-family: Otaru Kisa, Taisho Gothic;
24 | | font-variant: annotation(circled);
25 | `-> }
`----
x QualifiedRule
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | ,-> h3.title {
22 | | /* circled form defined for both fonts */
23 | | font-family: Otaru Kisa, Taisho Gothic;
24 | | font-variant: annotation(circled);
25 | `-> }
`----
x SelectorList
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | h3.title {
: ^^^^^^^^
`----
x ComplexSelector
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | h3.title {
: ^^^^^^^^
`----
x CompoundSelector
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | h3.title {
: ^^^^^^^^
`----
x TypeSelector
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | h3.title {
: ^^
`----
x TagNameSelector
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | h3.title {
: ^^
`----
x WqName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | h3.title {
: ^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | h3.title {
: ^^
`----
x SubclassSelector
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | h3.title {
: ^^^^^^
`----
x ClassSelector
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | h3.title {
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | h3.title {
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | ,-> h3.title {
22 | | /* circled form defined for both fonts */
23 | | font-family: Otaru Kisa, Taisho Gothic;
24 | | font-variant: annotation(circled);
25 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:21:1]
21 | h3.title {
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x StyleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^
`----
x Delimiter
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:23:5]
23 | font-family: Otaru Kisa, Taisho Gothic;
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:24:5]
24 | font-variant: annotation(circled);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x StyleBlock
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:24:5]
24 | font-variant: annotation(circled);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:24:5]
24 | font-variant: annotation(circled);
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:24:5]
24 | font-variant: annotation(circled);
: ^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:24:5]
24 | font-variant: annotation(circled);
: ^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:24:5]
24 | font-variant: annotation(circled);
: ^^^^^^^^^^^^^^^^^^^
`----
x Function
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:24:5]
24 | font-variant: annotation(circled);
: ^^^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:24:5]
24 | font-variant: annotation(circled);
: ^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:24:5]
24 | font-variant: annotation(circled);
: ^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/font-feature-values/input.css:24:5]
24 | font-variant: annotation(circled);
: ^^^^^^^
`----