swc/crates/swc_css_parser/tests/fixture/at-rule/page/span.rust-debug

2585 lines
56 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/fixture/at-rule/page/input.css:2:1]
2 | ,-> @page{ }
3 | | @page{}
4 | | @page{margin: 1cm}
5 | | @page {margin: 1cm}
6 | | @page {margin: 1cm;}
7 | | @page :first {margin: 2cm}
8 | | @page :first {margin: 2cm;}
9 | | @page :first{margin: 2cm;}
10 | | @page {}
11 | | @page :left {}
12 | | @page :right {}
13 | | @page LandscapeTable {}
14 | | @page CompanyLetterHead:first {} /* identifier and pseudo page. */
15 | | @page:first {}
16 | | @page toc, index {}
17 | | @page :blank:first { }
18 | | @page {
19 | | @top-left {}
20 | | @bottom-center {}
21 | | }
22 | | @page :left { @left-middle {}}
23 | | @page :right{ @right-middle {}}
24 | |
25 | | @page :left { @bottom-left-corner {}}
26 | | @page :right { @bottom-right-corner {}}
27 | | @page :first {
28 | | @bottom-left-corner {}
29 | | @bottom-right-corner {}
30 | | }
31 | | @page {}
32 | | @page :left {}
33 | | @page :first {}
34 | | @page :blank:left {}
35 | | @page artsy {}
36 | | @page artsy:left {}
37 | | @page artsy:first {}
38 | | @page :first {
39 | | color: green;
40 | |
41 | | @top-left {
42 | | content: "foo";
43 | | color: blue;
44 | | }
45 | | @top-right {
46 | | content: "bar";
47 | | }
48 | | }
49 | | @page :first {
50 | | color: green;
51 | |
52 | | @top-left {
53 | | content: "foo";
54 | | color: blue;
55 | | }
56 | | @top-right {
57 | | content: "bar";
58 | | }
59 | |
60 | | margin: 20px;
61 | `-> }
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:2:1]
2 | @page{ }
: ^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:2:1]
2 | @page{ }
: ^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:2:1]
2 | @page{ }
: ^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:2:1]
2 | @page{ }
: ^^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:3:1]
3 | @page{}
: ^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:3:1]
3 | @page{}
: ^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:3:1]
3 | @page{}
: ^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:3:1]
3 | @page{}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^^^^^^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^^
`----
x Dimension
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^^
`----
x Length
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^^
`----
x Number
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:4:1]
4 | @page{margin: 1cm}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^^^^^^^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^^
`----
x Dimension
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^^
`----
x Length
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^^
`----
x Number
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:5:1]
5 | @page {margin: 1cm}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^^^^^^^^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^^
`----
x Dimension
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^^
`----
x Length
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^^
`----
x Number
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:6:1]
6 | @page {margin: 1cm;}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^
`----
x Dimension
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^
`----
x Length
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^^
`----
x Number
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:7:1]
7 | @page :first {margin: 2cm}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^
`----
x Dimension
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^
`----
x Length
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^^
`----
x Number
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:8:1]
8 | @page :first {margin: 2cm;}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^
`----
x Dimension
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^
`----
x Length
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^^
`----
x Number
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:9:1]
9 | @page :first{margin: 2cm;}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:10:1]
10 | @page {}
: ^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:10:1]
10 | @page {}
: ^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:10:1]
10 | @page {}
: ^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:10:1]
10 | @page {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:11:1]
11 | @page :left {}
: ^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:11:1]
11 | @page :left {}
: ^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:11:1]
11 | @page :left {}
: ^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:11:1]
11 | @page :left {}
: ^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:11:1]
11 | @page :left {}
: ^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:11:1]
11 | @page :left {}
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:11:1]
11 | @page :left {}
: ^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:11:1]
11 | @page :left {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:12:1]
12 | @page :right {}
: ^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:12:1]
12 | @page :right {}
: ^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:12:1]
12 | @page :right {}
: ^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:12:1]
12 | @page :right {}
: ^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:12:1]
12 | @page :right {}
: ^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:12:1]
12 | @page :right {}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:12:1]
12 | @page :right {}
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:12:1]
12 | @page :right {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:13:1]
13 | @page LandscapeTable {}
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:13:1]
13 | @page LandscapeTable {}
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:13:1]
13 | @page LandscapeTable {}
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:13:1]
13 | @page LandscapeTable {}
: ^^^^^^^^^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:13:1]
13 | @page LandscapeTable {}
: ^^^^^^^^^^^^^^
`----
x PageSelectorType
,-[$DIR/tests/fixture/at-rule/page/input.css:13:1]
13 | @page LandscapeTable {}
: ^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:13:1]
13 | @page LandscapeTable {}
: ^^^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:13:1]
13 | @page LandscapeTable {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:14:1]
14 | @page CompanyLetterHead:first {} /* identifier and pseudo page. */
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:14:1]
14 | @page CompanyLetterHead:first {} /* identifier and pseudo page. */
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:14:1]
14 | @page CompanyLetterHead:first {} /* identifier and pseudo page. */
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:14:1]
14 | @page CompanyLetterHead:first {} /* identifier and pseudo page. */
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:14:1]
14 | @page CompanyLetterHead:first {} /* identifier and pseudo page. */
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorType
,-[$DIR/tests/fixture/at-rule/page/input.css:14:1]
14 | @page CompanyLetterHead:first {} /* identifier and pseudo page. */
: ^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:14:1]
14 | @page CompanyLetterHead:first {} /* identifier and pseudo page. */
: ^^^^^^^^^^^^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:14:1]
14 | @page CompanyLetterHead:first {} /* identifier and pseudo page. */
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:14:1]
14 | @page CompanyLetterHead:first {} /* identifier and pseudo page. */
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:14:1]
14 | @page CompanyLetterHead:first {} /* identifier and pseudo page. */
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:15:1]
15 | @page:first {}
: ^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:15:1]
15 | @page:first {}
: ^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:15:1]
15 | @page:first {}
: ^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:15:1]
15 | @page:first {}
: ^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:15:1]
15 | @page:first {}
: ^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:15:1]
15 | @page:first {}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:15:1]
15 | @page:first {}
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:15:1]
15 | @page:first {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:16:1]
16 | @page toc, index {}
: ^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:16:1]
16 | @page toc, index {}
: ^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:16:1]
16 | @page toc, index {}
: ^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:16:1]
16 | @page toc, index {}
: ^^^^^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:16:1]
16 | @page toc, index {}
: ^^^
`----
x PageSelectorType
,-[$DIR/tests/fixture/at-rule/page/input.css:16:1]
16 | @page toc, index {}
: ^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:16:1]
16 | @page toc, index {}
: ^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:16:1]
16 | @page toc, index {}
: ^^^^^
`----
x PageSelectorType
,-[$DIR/tests/fixture/at-rule/page/input.css:16:1]
16 | @page toc, index {}
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:16:1]
16 | @page toc, index {}
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:16:1]
16 | @page toc, index {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:17:1]
17 | @page :blank:first { }
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:17:1]
17 | @page :blank:first { }
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:17:1]
17 | @page :blank:first { }
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:17:1]
17 | @page :blank:first { }
: ^^^^^^^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:17:1]
17 | @page :blank:first { }
: ^^^^^^^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:17:1]
17 | @page :blank:first { }
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:17:1]
17 | @page :blank:first { }
: ^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:17:1]
17 | @page :blank:first { }
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:17:1]
17 | @page :blank:first { }
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:17:1]
17 | @page :blank:first { }
: ^^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:18:1]
18 | ,-> @page {
19 | | @top-left {}
20 | | @bottom-center {}
21 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:18:1]
18 | ,-> @page {
19 | | @top-left {}
20 | | @bottom-center {}
21 | `-> }
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:18:1]
18 | ,-> @page {
19 | | @top-left {}
20 | | @bottom-center {}
21 | `-> }
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:18:1]
18 | ,-> @page {
19 | | @top-left {}
20 | | @bottom-center {}
21 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:19:5]
19 | @top-left {}
: ^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:19:5]
19 | @top-left {}
: ^^^^^^^^^^^^
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:19:5]
19 | @top-left {}
: ^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:19:5]
19 | @top-left {}
: ^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:19:5]
19 | @top-left {}
: ^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:20:5]
20 | @bottom-center {}
: ^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:20:5]
20 | @bottom-center {}
: ^^^^^^^^^^^^^^^^^
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:20:5]
20 | @bottom-center {}
: ^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:20:5]
20 | @bottom-center {}
: ^^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:20:5]
20 | @bottom-center {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^^^^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^^^^^^^^^^^^
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:22:1]
22 | @page :left { @left-middle {}}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^^^^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^^^^^^^^^^^^
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:23:1]
23 | @page :right{ @right-middle {}}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^^^^^^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:25:1]
25 | @page :left { @bottom-left-corner {}}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^^^^^^^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:26:1]
26 | @page :right { @bottom-right-corner {}}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:27:1]
27 | ,-> @page :first {
28 | | @bottom-left-corner {}
29 | | @bottom-right-corner {}
30 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:27:1]
27 | ,-> @page :first {
28 | | @bottom-left-corner {}
29 | | @bottom-right-corner {}
30 | `-> }
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:27:1]
27 | ,-> @page :first {
28 | | @bottom-left-corner {}
29 | | @bottom-right-corner {}
30 | `-> }
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:27:1]
27 | @page :first {
: ^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:27:1]
27 | @page :first {
: ^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:27:1]
27 | @page :first {
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:27:1]
27 | @page :first {
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:27:1]
27 | ,-> @page :first {
28 | | @bottom-left-corner {}
29 | | @bottom-right-corner {}
30 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:28:5]
28 | @bottom-left-corner {}
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:28:5]
28 | @bottom-left-corner {}
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:28:5]
28 | @bottom-left-corner {}
: ^^^^^^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:28:5]
28 | @bottom-left-corner {}
: ^^^^^^^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:28:5]
28 | @bottom-left-corner {}
: ^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:29:5]
29 | @bottom-right-corner {}
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:29:5]
29 | @bottom-right-corner {}
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:29:5]
29 | @bottom-right-corner {}
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:29:5]
29 | @bottom-right-corner {}
: ^^^^^^^^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:29:5]
29 | @bottom-right-corner {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:31:1]
31 | @page {}
: ^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:31:1]
31 | @page {}
: ^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:31:1]
31 | @page {}
: ^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:31:1]
31 | @page {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:32:1]
32 | @page :left {}
: ^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:32:1]
32 | @page :left {}
: ^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:32:1]
32 | @page :left {}
: ^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:32:1]
32 | @page :left {}
: ^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:32:1]
32 | @page :left {}
: ^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:32:1]
32 | @page :left {}
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:32:1]
32 | @page :left {}
: ^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:32:1]
32 | @page :left {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:33:1]
33 | @page :first {}
: ^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:33:1]
33 | @page :first {}
: ^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:33:1]
33 | @page :first {}
: ^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:33:1]
33 | @page :first {}
: ^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:33:1]
33 | @page :first {}
: ^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:33:1]
33 | @page :first {}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:33:1]
33 | @page :first {}
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:33:1]
33 | @page :first {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:34:1]
34 | @page :blank:left {}
: ^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:34:1]
34 | @page :blank:left {}
: ^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:34:1]
34 | @page :blank:left {}
: ^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:34:1]
34 | @page :blank:left {}
: ^^^^^^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:34:1]
34 | @page :blank:left {}
: ^^^^^^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:34:1]
34 | @page :blank:left {}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:34:1]
34 | @page :blank:left {}
: ^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:34:1]
34 | @page :blank:left {}
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:34:1]
34 | @page :blank:left {}
: ^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:34:1]
34 | @page :blank:left {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:35:1]
35 | @page artsy {}
: ^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:35:1]
35 | @page artsy {}
: ^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:35:1]
35 | @page artsy {}
: ^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:35:1]
35 | @page artsy {}
: ^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:35:1]
35 | @page artsy {}
: ^^^^^
`----
x PageSelectorType
,-[$DIR/tests/fixture/at-rule/page/input.css:35:1]
35 | @page artsy {}
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:35:1]
35 | @page artsy {}
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:35:1]
35 | @page artsy {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:36:1]
36 | @page artsy:left {}
: ^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:36:1]
36 | @page artsy:left {}
: ^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:36:1]
36 | @page artsy:left {}
: ^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:36:1]
36 | @page artsy:left {}
: ^^^^^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:36:1]
36 | @page artsy:left {}
: ^^^^^^^^^^
`----
x PageSelectorType
,-[$DIR/tests/fixture/at-rule/page/input.css:36:1]
36 | @page artsy:left {}
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:36:1]
36 | @page artsy:left {}
: ^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:36:1]
36 | @page artsy:left {}
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:36:1]
36 | @page artsy:left {}
: ^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:36:1]
36 | @page artsy:left {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:37:1]
37 | @page artsy:first {}
: ^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:37:1]
37 | @page artsy:first {}
: ^^^^^^^^^^^^^^^^^^^^
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:37:1]
37 | @page artsy:first {}
: ^^^^^^^^^^^^^^^^^^^^
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:37:1]
37 | @page artsy:first {}
: ^^^^^^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:37:1]
37 | @page artsy:first {}
: ^^^^^^^^^^^
`----
x PageSelectorType
,-[$DIR/tests/fixture/at-rule/page/input.css:37:1]
37 | @page artsy:first {}
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:37:1]
37 | @page artsy:first {}
: ^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:37:1]
37 | @page artsy:first {}
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:37:1]
37 | @page artsy:first {}
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:37:1]
37 | @page artsy:first {}
: ^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:38:1]
38 | ,-> @page :first {
39 | | color: green;
40 | |
41 | | @top-left {
42 | | content: "foo";
43 | | color: blue;
44 | | }
45 | | @top-right {
46 | | content: "bar";
47 | | }
48 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:38:1]
38 | ,-> @page :first {
39 | | color: green;
40 | |
41 | | @top-left {
42 | | content: "foo";
43 | | color: blue;
44 | | }
45 | | @top-right {
46 | | content: "bar";
47 | | }
48 | `-> }
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:38:1]
38 | ,-> @page :first {
39 | | color: green;
40 | |
41 | | @top-left {
42 | | content: "foo";
43 | | color: blue;
44 | | }
45 | | @top-right {
46 | | content: "bar";
47 | | }
48 | `-> }
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:38:1]
38 | @page :first {
: ^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:38:1]
38 | @page :first {
: ^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:38:1]
38 | @page :first {
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:38:1]
38 | @page :first {
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:38:1]
38 | ,-> @page :first {
39 | | color: green;
40 | |
41 | | @top-left {
42 | | content: "foo";
43 | | color: blue;
44 | | }
45 | | @top-right {
46 | | content: "bar";
47 | | }
48 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:39:5]
39 | color: green;
: ^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:39:5]
39 | color: green;
: ^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:39:5]
39 | color: green;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:39:5]
39 | color: green;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:39:5]
39 | color: green;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:39:5]
39 | color: green;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:41:5]
41 | ,-> @top-left {
42 | | content: "foo";
43 | | color: blue;
44 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:41:5]
41 | ,-> @top-left {
42 | | content: "foo";
43 | | color: blue;
44 | `-> }
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:41:5]
41 | ,-> @top-left {
42 | | content: "foo";
43 | | color: blue;
44 | `-> }
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:41:5]
41 | @top-left {
: ^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:41:5]
41 | ,-> @top-left {
42 | | content: "foo";
43 | | color: blue;
44 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:42:9]
42 | content: "foo";
: ^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:42:9]
42 | content: "foo";
: ^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:42:9]
42 | content: "foo";
: ^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:42:9]
42 | content: "foo";
: ^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:42:9]
42 | content: "foo";
: ^^^^^
`----
x Str
,-[$DIR/tests/fixture/at-rule/page/input.css:42:9]
42 | content: "foo";
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:43:9]
43 | color: blue;
: ^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:43:9]
43 | color: blue;
: ^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:43:9]
43 | color: blue;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:43:9]
43 | color: blue;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:43:9]
43 | color: blue;
: ^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:43:9]
43 | color: blue;
: ^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:45:5]
45 | ,-> @top-right {
46 | | content: "bar";
47 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:45:5]
45 | ,-> @top-right {
46 | | content: "bar";
47 | `-> }
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:45:5]
45 | ,-> @top-right {
46 | | content: "bar";
47 | `-> }
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:45:5]
45 | @top-right {
: ^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:45:5]
45 | ,-> @top-right {
46 | | content: "bar";
47 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:46:9]
46 | content: "bar";
: ^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:46:9]
46 | content: "bar";
: ^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:46:9]
46 | content: "bar";
: ^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:46:9]
46 | content: "bar";
: ^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:46:9]
46 | content: "bar";
: ^^^^^
`----
x Str
,-[$DIR/tests/fixture/at-rule/page/input.css:46:9]
46 | content: "bar";
: ^^^^^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/page/input.css:49:1]
49 | ,-> @page :first {
50 | | color: green;
51 | |
52 | | @top-left {
53 | | content: "foo";
54 | | color: blue;
55 | | }
56 | | @top-right {
57 | | content: "bar";
58 | | }
59 | |
60 | | margin: 20px;
61 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:49:1]
49 | ,-> @page :first {
50 | | color: green;
51 | |
52 | | @top-left {
53 | | content: "foo";
54 | | color: blue;
55 | | }
56 | | @top-right {
57 | | content: "bar";
58 | | }
59 | |
60 | | margin: 20px;
61 | `-> }
`----
x PageRule
,-[$DIR/tests/fixture/at-rule/page/input.css:49:1]
49 | ,-> @page :first {
50 | | color: green;
51 | |
52 | | @top-left {
53 | | content: "foo";
54 | | color: blue;
55 | | }
56 | | @top-right {
57 | | content: "bar";
58 | | }
59 | |
60 | | margin: 20px;
61 | `-> }
`----
x PageSelectorList
,-[$DIR/tests/fixture/at-rule/page/input.css:49:1]
49 | @page :first {
: ^^^^^^
`----
x PageSelector
,-[$DIR/tests/fixture/at-rule/page/input.css:49:1]
49 | @page :first {
: ^^^^^^
`----
x PageSelectorPseudo
,-[$DIR/tests/fixture/at-rule/page/input.css:49:1]
49 | @page :first {
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:49:1]
49 | @page :first {
: ^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:49:1]
49 | ,-> @page :first {
50 | | color: green;
51 | |
52 | | @top-left {
53 | | content: "foo";
54 | | color: blue;
55 | | }
56 | | @top-right {
57 | | content: "bar";
58 | | }
59 | |
60 | | margin: 20px;
61 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:50:5]
50 | color: green;
: ^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:50:5]
50 | color: green;
: ^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:50:5]
50 | color: green;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:50:5]
50 | color: green;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:50:5]
50 | color: green;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:50:5]
50 | color: green;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:52:5]
52 | ,-> @top-left {
53 | | content: "foo";
54 | | color: blue;
55 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:52:5]
52 | ,-> @top-left {
53 | | content: "foo";
54 | | color: blue;
55 | `-> }
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:52:5]
52 | ,-> @top-left {
53 | | content: "foo";
54 | | color: blue;
55 | `-> }
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:52:5]
52 | @top-left {
: ^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:52:5]
52 | ,-> @top-left {
53 | | content: "foo";
54 | | color: blue;
55 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:53:9]
53 | content: "foo";
: ^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:53:9]
53 | content: "foo";
: ^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:53:9]
53 | content: "foo";
: ^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:53:9]
53 | content: "foo";
: ^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:53:9]
53 | content: "foo";
: ^^^^^
`----
x Str
,-[$DIR/tests/fixture/at-rule/page/input.css:53:9]
53 | content: "foo";
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:54:9]
54 | color: blue;
: ^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:54:9]
54 | color: blue;
: ^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:54:9]
54 | color: blue;
: ^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:54:9]
54 | color: blue;
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:54:9]
54 | color: blue;
: ^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:54:9]
54 | color: blue;
: ^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:56:5]
56 | ,-> @top-right {
57 | | content: "bar";
58 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/page/input.css:56:5]
56 | ,-> @top-right {
57 | | content: "bar";
58 | `-> }
`----
x PageMarginRule
,-[$DIR/tests/fixture/at-rule/page/input.css:56:5]
56 | ,-> @top-right {
57 | | content: "bar";
58 | `-> }
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:56:5]
56 | @top-right {
: ^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/page/input.css:56:5]
56 | ,-> @top-right {
57 | | content: "bar";
58 | `-> }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:57:9]
57 | content: "bar";
: ^^^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:57:9]
57 | content: "bar";
: ^^^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:57:9]
57 | content: "bar";
: ^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:57:9]
57 | content: "bar";
: ^^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:57:9]
57 | content: "bar";
: ^^^^^
`----
x Str
,-[$DIR/tests/fixture/at-rule/page/input.css:57:9]
57 | content: "bar";
: ^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:60:5]
60 | margin: 20px;
: ^^^^^^^^^^^^
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/page/input.css:60:5]
60 | margin: 20px;
: ^^^^^^^^^^^^
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/page/input.css:60:5]
60 | margin: 20px;
: ^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:60:5]
60 | margin: 20px;
: ^^^^^^
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/page/input.css:60:5]
60 | margin: 20px;
: ^^^^
`----
x Dimension
,-[$DIR/tests/fixture/at-rule/page/input.css:60:5]
60 | margin: 20px;
: ^^^^
`----
x Length
,-[$DIR/tests/fixture/at-rule/page/input.css:60:5]
60 | margin: 20px;
: ^^^^
`----
x Number
,-[$DIR/tests/fixture/at-rule/page/input.css:60:5]
60 | margin: 20px;
: ^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/page/input.css:60:5]
60 | margin: 20px;
: ^^
`----