swc/crates/swc_css_parser/tests/fixture/at-rule/document/span.swc-stderr
2022-12-09 02:27:19 +00:00

1369 lines
41 KiB
Plaintext

x Stylesheet
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | ,-> @document url("https://www.example.com/") {
2 | | h1 {
3 | | color: green;
4 | | }
5 | | }
6 | |
7 | | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | | body {
9 | | color: purple;
10 | | background: yellow;
11 | | }
12 | | }
13 | |
14 | | @document url(https://www.example.com/) {}
15 | | @-moz-document url("https://www.example.com/") {}
16 | | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
17 | |
18 | | @document url("https://www.example.com/") {
19 | | @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
24 | `-> }
`----
x Rule
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | ,-> @document url("https://www.example.com/") {
2 | | h1 {
3 | | color: green;
4 | | }
5 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | ,-> @document url("https://www.example.com/") {
2 | | h1 {
3 | | color: green;
4 | | }
5 | `-> }
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
: ^^^^^^^^
2 | h1 {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
: ^^^^^^^^
2 | h1 {
`----
x Url
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2 | h1 {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
: ^^^
2 | h1 {
`----
x UrlValue
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
2 | h1 {
`----
x Str
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
2 | h1 {
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | ,-> @document url("https://www.example.com/") {
2 | | h1 {
3 | | color: green;
4 | | }
5 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
: ^
2 | h1 {
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
2 | ,-> h1 {
3 | | color: green;
4 | `-> }
5 | }
`----
x QualifiedRule
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
2 | ,-> h1 {
3 | | color: green;
4 | `-> }
5 | }
`----
x SelectorList
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
2 | h1 {
: ^^
3 | color: green;
`----
x ComplexSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
2 | h1 {
: ^^
3 | color: green;
`----
x CompoundSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
2 | h1 {
: ^^
3 | color: green;
`----
x TypeSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
2 | h1 {
: ^^
3 | color: green;
`----
x TagNameSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
2 | h1 {
: ^^
3 | color: green;
`----
x WqName
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
2 | h1 {
: ^^
3 | color: green;
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
2 | h1 {
: ^^
3 | color: green;
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
2 | ,-> h1 {
3 | | color: green;
4 | `-> }
5 | }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/document/input.css:1:1]
1 | @document url("https://www.example.com/") {
2 | h1 {
: ^
3 | color: green;
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:2:1]
2 | h1 {
3 | color: green;
: ^^^^^^^^^^^^
4 | }
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/document/input.css:2:1]
2 | h1 {
3 | color: green;
: ^^^^^^^^^^^^
4 | }
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/document/input.css:2:1]
2 | h1 {
3 | color: green;
: ^^^^^
4 | }
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:2:1]
2 | h1 {
3 | color: green;
: ^^^^^
4 | }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:2:1]
2 | h1 {
3 | color: green;
: ^^^^^
4 | }
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:2:1]
2 | h1 {
3 | color: green;
: ^^^^^
4 | }
`----
x Rule
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | ,-> @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | | body {
9 | | color: purple;
10 | | background: yellow;
11 | | }
12 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | ,-> @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | | body {
9 | | color: purple;
10 | | background: yellow;
11 | | }
12 | `-> }
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^
8 | body {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^
8 | body {
`----
x Url
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^^^^^^^^^^^^^
8 | body {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^
8 | body {
`----
x UrlValue
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^^^^^^^^
8 | body {
`----
x Str
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^^^^^^^^
8 | body {
`----
x Function
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8 | body {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^
8 | body {
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
8 | body {
`----
x Str
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
8 | body {
`----
x Function
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^^^^^^^^^
8 | body {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^
8 | body {
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^
8 | body {
`----
x Str
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^
8 | body {
`----
x Function
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^^^^^^^^^^^
8 | body {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^^
8 | body {
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^
8 | body {
`----
x Str
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^
8 | body {
`----
x Function
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^^^^^^^^^
8 | body {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^
8 | body {
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^
8 | body {
`----
x Str
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^^^^^^^^^^
8 | body {
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | ,-> @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | | body {
9 | | color: purple;
10 | | background: yellow;
11 | | }
12 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/document/input.css:6:1]
6 |
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
: ^
8 | body {
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:7:1]
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | ,-> body {
9 | | color: purple;
10 | | background: yellow;
11 | `-> }
12 | }
`----
x QualifiedRule
,-[$DIR/tests/fixture/at-rule/document/input.css:7:1]
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | ,-> body {
9 | | color: purple;
10 | | background: yellow;
11 | `-> }
12 | }
`----
x SelectorList
,-[$DIR/tests/fixture/at-rule/document/input.css:7:1]
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | body {
: ^^^^
9 | color: purple;
`----
x ComplexSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:7:1]
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | body {
: ^^^^
9 | color: purple;
`----
x CompoundSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:7:1]
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | body {
: ^^^^
9 | color: purple;
`----
x TypeSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:7:1]
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | body {
: ^^^^
9 | color: purple;
`----
x TagNameSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:7:1]
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | body {
: ^^^^
9 | color: purple;
`----
x WqName
,-[$DIR/tests/fixture/at-rule/document/input.css:7:1]
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | body {
: ^^^^
9 | color: purple;
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:7:1]
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | body {
: ^^^^
9 | color: purple;
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/document/input.css:7:1]
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | ,-> body {
9 | | color: purple;
10 | | background: yellow;
11 | `-> }
12 | }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/document/input.css:7:1]
7 | @document url("http://www.w3.org/"), url-prefix("http://www.w3.org/Style/"), domain("mozilla.org"), media-document("video"), regexp("https:.*") {
8 | body {
: ^
9 | color: purple;
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:8:1]
8 | body {
9 | color: purple;
: ^^^^^^^^^^^^^
10 | background: yellow;
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/document/input.css:8:1]
8 | body {
9 | color: purple;
: ^^^^^^^^^^^^^
10 | background: yellow;
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/document/input.css:8:1]
8 | body {
9 | color: purple;
: ^^^^^
10 | background: yellow;
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:8:1]
8 | body {
9 | color: purple;
: ^^^^^
10 | background: yellow;
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:8:1]
8 | body {
9 | color: purple;
: ^^^^^^
10 | background: yellow;
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:8:1]
8 | body {
9 | color: purple;
: ^^^^^^
10 | background: yellow;
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:9:1]
9 | color: purple;
10 | background: yellow;
: ^^^^^^^^^^^^^^^^^^
11 | }
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/document/input.css:9:1]
9 | color: purple;
10 | background: yellow;
: ^^^^^^^^^^^^^^^^^^
11 | }
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/document/input.css:9:1]
9 | color: purple;
10 | background: yellow;
: ^^^^^^^^^^
11 | }
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:9:1]
9 | color: purple;
10 | background: yellow;
: ^^^^^^^^^^
11 | }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:9:1]
9 | color: purple;
10 | background: yellow;
: ^^^^^^
11 | }
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:9:1]
9 | color: purple;
10 | background: yellow;
: ^^^^^^
11 | }
`----
x Rule
,-[$DIR/tests/fixture/at-rule/document/input.css:13:1]
13 |
14 | @document url(https://www.example.com/) {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15 | @-moz-document url("https://www.example.com/") {}
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/document/input.css:13:1]
13 |
14 | @document url(https://www.example.com/) {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15 | @-moz-document url("https://www.example.com/") {}
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/document/input.css:13:1]
13 |
14 | @document url(https://www.example.com/) {}
: ^^^^^^^^
15 | @-moz-document url("https://www.example.com/") {}
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:13:1]
13 |
14 | @document url(https://www.example.com/) {}
: ^^^^^^^^
15 | @-moz-document url("https://www.example.com/") {}
`----
x Url
,-[$DIR/tests/fixture/at-rule/document/input.css:13:1]
13 |
14 | @document url(https://www.example.com/) {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15 | @-moz-document url("https://www.example.com/") {}
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:13:1]
13 |
14 | @document url(https://www.example.com/) {}
: ^^^
15 | @-moz-document url("https://www.example.com/") {}
`----
x UrlValue
,-[$DIR/tests/fixture/at-rule/document/input.css:13:1]
13 |
14 | @document url(https://www.example.com/) {}
: ^^^^^^^^^^^^^^^^^^^^^^^^
15 | @-moz-document url("https://www.example.com/") {}
`----
x UrlValueRaw
,-[$DIR/tests/fixture/at-rule/document/input.css:13:1]
13 |
14 | @document url(https://www.example.com/) {}
: ^^^^^^^^^^^^^^^^^^^^^^^^
15 | @-moz-document url("https://www.example.com/") {}
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/document/input.css:13:1]
13 |
14 | @document url(https://www.example.com/) {}
: ^^
15 | @-moz-document url("https://www.example.com/") {}
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/document/input.css:13:1]
13 |
14 | @document url(https://www.example.com/) {}
: ^
15 | @-moz-document url("https://www.example.com/") {}
`----
x Rule
,-[$DIR/tests/fixture/at-rule/document/input.css:14:1]
14 | @document url(https://www.example.com/) {}
15 | @-moz-document url("https://www.example.com/") {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/document/input.css:14:1]
14 | @document url(https://www.example.com/) {}
15 | @-moz-document url("https://www.example.com/") {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/document/input.css:14:1]
14 | @document url(https://www.example.com/) {}
15 | @-moz-document url("https://www.example.com/") {}
: ^^^^^^^^^^^^^
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:14:1]
14 | @document url(https://www.example.com/) {}
15 | @-moz-document url("https://www.example.com/") {}
: ^^^^^^^^^^^^^
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
`----
x Url
,-[$DIR/tests/fixture/at-rule/document/input.css:14:1]
14 | @document url(https://www.example.com/) {}
15 | @-moz-document url("https://www.example.com/") {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:14:1]
14 | @document url(https://www.example.com/) {}
15 | @-moz-document url("https://www.example.com/") {}
: ^^^
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
`----
x UrlValue
,-[$DIR/tests/fixture/at-rule/document/input.css:14:1]
14 | @document url(https://www.example.com/) {}
15 | @-moz-document url("https://www.example.com/") {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
`----
x Str
,-[$DIR/tests/fixture/at-rule/document/input.css:14:1]
14 | @document url(https://www.example.com/) {}
15 | @-moz-document url("https://www.example.com/") {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/document/input.css:14:1]
14 | @document url(https://www.example.com/) {}
15 | @-moz-document url("https://www.example.com/") {}
: ^^
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/document/input.css:14:1]
14 | @document url(https://www.example.com/) {}
15 | @-moz-document url("https://www.example.com/") {}
: ^
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
`----
x Rule
,-[$DIR/tests/fixture/at-rule/document/input.css:15:1]
15 | @-moz-document url("https://www.example.com/") {}
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/document/input.css:15:1]
15 | @-moz-document url("https://www.example.com/") {}
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/document/input.css:15:1]
15 | @-moz-document url("https://www.example.com/") {}
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
: ^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:15:1]
15 | @-moz-document url("https://www.example.com/") {}
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
: ^^^^^^^^^^^^^
`----
x Url
,-[$DIR/tests/fixture/at-rule/document/input.css:15:1]
15 | @-moz-document url("https://www.example.com/") {}
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
: ^^^^^^^^^^^^^^^^^^^^
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:15:1]
15 | @-moz-document url("https://www.example.com/") {}
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
: ^^^
`----
x UrlValue
,-[$DIR/tests/fixture/at-rule/document/input.css:15:1]
15 | @-moz-document url("https://www.example.com/") {}
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
: ^^^^^^^^^^^^^^^
`----
x Str
,-[$DIR/tests/fixture/at-rule/document/input.css:15:1]
15 | @-moz-document url("https://www.example.com/") {}
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
: ^^^^^^^^^^^^^^^
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/document/input.css:15:1]
15 | @-moz-document url("https://www.example.com/") {}
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
: ^^
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/document/input.css:15:1]
15 | @-moz-document url("https://www.example.com/") {}
16 | @-moz-document/* near */ /* filter */ url("example.com/{") /* a */ {}
: ^
`----
x Rule
,-[$DIR/tests/fixture/at-rule/document/input.css:17:1]
17 |
18 | ,-> @document url("https://www.example.com/") {
19 | | @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
24 | `-> }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/document/input.css:17:1]
17 |
18 | ,-> @document url("https://www.example.com/") {
19 | | @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
24 | `-> }
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/document/input.css:17:1]
17 |
18 | @document url("https://www.example.com/") {
: ^^^^^^^^
19 | @media screen and (min-width: 900px) {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:17:1]
17 |
18 | @document url("https://www.example.com/") {
: ^^^^^^^^
19 | @media screen and (min-width: 900px) {
`----
x Url
,-[$DIR/tests/fixture/at-rule/document/input.css:17:1]
17 |
18 | @document url("https://www.example.com/") {
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19 | @media screen and (min-width: 900px) {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:17:1]
17 |
18 | @document url("https://www.example.com/") {
: ^^^
19 | @media screen and (min-width: 900px) {
`----
x UrlValue
,-[$DIR/tests/fixture/at-rule/document/input.css:17:1]
17 |
18 | @document url("https://www.example.com/") {
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
19 | @media screen and (min-width: 900px) {
`----
x Str
,-[$DIR/tests/fixture/at-rule/document/input.css:17:1]
17 |
18 | @document url("https://www.example.com/") {
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
19 | @media screen and (min-width: 900px) {
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/document/input.css:17:1]
17 |
18 | ,-> @document url("https://www.example.com/") {
19 | | @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | | }
24 | `-> }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/document/input.css:17:1]
17 |
18 | @document url("https://www.example.com/") {
: ^
19 | @media screen and (min-width: 900px) {
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | ,-> @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | `-> }
24 | }
`----
x AtRule
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | ,-> @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | `-> }
24 | }
`----
x AtRuleName
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^
20 | article {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^
20 | article {
`----
x MediaQueryList
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20 | article {
`----
x MediaQuery
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20 | article {
`----
x MediaType
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^^
20 | article {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^^
20 | article {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^
20 | article {
`----
x MediaConditionWithoutOr
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^^^^^^^^^^^^^^
20 | article {
`----
x MediaConditionWithoutOrType
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^^^^^^^^^^^^^^
20 | article {
`----
x MediaInParens
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^^^^^^^^^^^^^^
20 | article {
`----
x MediaFeature
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^^^^^^^^^^^^^^
20 | article {
`----
x MediaFeaturePlain
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^^^^^^^^^^^^^^
20 | article {
`----
x MediaFeatureName
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^^^^^
20 | article {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^^^^^
20 | article {
`----
x MediaFeatureValue
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^
20 | article {
`----
x Dimension
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^
20 | article {
`----
x Length
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^^^
20 | article {
`----
x Number
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^^
20 | article {
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^^
20 | article {
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | ,-> @media screen and (min-width: 900px) {
20 | | article {
21 | | padding: 1rem 3rem;
22 | | }
23 | `-> }
24 | }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/document/input.css:18:1]
18 | @document url("https://www.example.com/") {
19 | @media screen and (min-width: 900px) {
: ^
20 | article {
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:19:1]
19 | @media screen and (min-width: 900px) {
20 | ,-> article {
21 | | padding: 1rem 3rem;
22 | `-> }
23 | }
`----
x QualifiedRule
,-[$DIR/tests/fixture/at-rule/document/input.css:19:1]
19 | @media screen and (min-width: 900px) {
20 | ,-> article {
21 | | padding: 1rem 3rem;
22 | `-> }
23 | }
`----
x SelectorList
,-[$DIR/tests/fixture/at-rule/document/input.css:19:1]
19 | @media screen and (min-width: 900px) {
20 | article {
: ^^^^^^^
21 | padding: 1rem 3rem;
`----
x ComplexSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:19:1]
19 | @media screen and (min-width: 900px) {
20 | article {
: ^^^^^^^
21 | padding: 1rem 3rem;
`----
x CompoundSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:19:1]
19 | @media screen and (min-width: 900px) {
20 | article {
: ^^^^^^^
21 | padding: 1rem 3rem;
`----
x TypeSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:19:1]
19 | @media screen and (min-width: 900px) {
20 | article {
: ^^^^^^^
21 | padding: 1rem 3rem;
`----
x TagNameSelector
,-[$DIR/tests/fixture/at-rule/document/input.css:19:1]
19 | @media screen and (min-width: 900px) {
20 | article {
: ^^^^^^^
21 | padding: 1rem 3rem;
`----
x WqName
,-[$DIR/tests/fixture/at-rule/document/input.css:19:1]
19 | @media screen and (min-width: 900px) {
20 | article {
: ^^^^^^^
21 | padding: 1rem 3rem;
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:19:1]
19 | @media screen and (min-width: 900px) {
20 | article {
: ^^^^^^^
21 | padding: 1rem 3rem;
`----
x SimpleBlock
,-[$DIR/tests/fixture/at-rule/document/input.css:19:1]
19 | @media screen and (min-width: 900px) {
20 | ,-> article {
21 | | padding: 1rem 3rem;
22 | `-> }
23 | }
`----
x LBrace
,-[$DIR/tests/fixture/at-rule/document/input.css:19:1]
19 | @media screen and (min-width: 900px) {
20 | article {
: ^
21 | padding: 1rem 3rem;
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^^^^^^^^^^^^^^^^
22 | }
`----
x Declaration
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^^^^^^^^^^^^^^^^
22 | }
`----
x DeclarationName
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^^^^^
22 | }
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^^^^^
22 | }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^^
22 | }
`----
x Dimension
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^^
22 | }
`----
x Length
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^^
22 | }
`----
x Number
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^
22 | }
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^
22 | }
`----
x ComponentValue
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^^
22 | }
`----
x Dimension
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^^
22 | }
`----
x Length
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^^
22 | }
`----
x Number
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^
22 | }
`----
x Ident
,-[$DIR/tests/fixture/at-rule/document/input.css:20:1]
20 | article {
21 | padding: 1rem 3rem;
: ^^^
22 | }
`----