swc/crates/swc_html_parser/tests/fixture/ie-conditional-comments/span.rust-debug
2022-04-22 20:20:47 +09:00

247 lines
7.0 KiB
Plaintext

x Document
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | | <body>
4 | |
5 | | <!--[if IE 5]>This is IE 5<br><![endif]-->
6 | | <!--[if IE 6]>This is IE 6<br><![endif]-->
7 | | <!--[if IE 7]>This is IE 7<br><![endif]-->
8 | | <!--[if IE 8]>This is IE 8<br><![endif]-->
9 | | <!--[if IE 9]>This is IE 9<br><![endif]-->
10 | |
11 | | </body>
12 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:1:1]
1 | <!DOCTYPE html>
: ^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:2:1]
2 | ,-> <html>
3 | | <body>
4 | |
5 | | <!--[if IE 5]>This is IE 5<br><![endif]-->
6 | | <!--[if IE 6]>This is IE 6<br><![endif]-->
7 | | <!--[if IE 7]>This is IE 7<br><![endif]-->
8 | | <!--[if IE 8]>This is IE 8<br><![endif]-->
9 | | <!--[if IE 9]>This is IE 9<br><![endif]-->
10 | |
11 | | </body>
12 | `-> </html>
`----
x Element
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:2:1]
2 | ,-> <html>
3 | | <body>
4 | |
5 | | <!--[if IE 5]>This is IE 5<br><![endif]-->
6 | | <!--[if IE 6]>This is IE 6<br><![endif]-->
7 | | <!--[if IE 7]>This is IE 7<br><![endif]-->
8 | | <!--[if IE 8]>This is IE 8<br><![endif]-->
9 | | <!--[if IE 9]>This is IE 9<br><![endif]-->
10 | |
11 | | </body>
12 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | `-> <body>
`----
x Element
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:1:1]
1 | ,-> <!DOCTYPE html>
2 | | <html>
3 | `-> <body>
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:3:1]
3 | ,-> <body>
4 | |
5 | | <!--[if IE 5]>This is IE 5<br><![endif]-->
6 | | <!--[if IE 6]>This is IE 6<br><![endif]-->
7 | | <!--[if IE 7]>This is IE 7<br><![endif]-->
8 | | <!--[if IE 8]>This is IE 8<br><![endif]-->
9 | | <!--[if IE 9]>This is IE 9<br><![endif]-->
10 | |
11 | | </body>
12 | `-> </html>
`----
x Element
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:3:1]
3 | ,-> <body>
4 | |
5 | | <!--[if IE 5]>This is IE 5<br><![endif]-->
6 | | <!--[if IE 6]>This is IE 6<br><![endif]-->
7 | | <!--[if IE 7]>This is IE 7<br><![endif]-->
8 | | <!--[if IE 8]>This is IE 8<br><![endif]-->
9 | | <!--[if IE 9]>This is IE 9<br><![endif]-->
10 | |
11 | | </body>
12 | `-> </html>
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <!--[if IE 5]>This is IE 5<br><![endif]-->
`----
x Text
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:3:1]
3 | ,-> <body>
4 | `->
5 | <!--[if IE 5]>This is IE 5<br><![endif]-->
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:5:1]
5 | <!--[if IE 5]>This is IE 5<br><![endif]-->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Comment
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:5:1]
5 | <!--[if IE 5]>This is IE 5<br><![endif]-->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:5:1]
5 | <!--[if IE 5]>This is IE 5<br><![endif]-->
: ^
6 | <!--[if IE 6]>This is IE 6<br><![endif]-->
`----
x Text
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:5:1]
5 | <!--[if IE 5]>This is IE 5<br><![endif]-->
: ^
6 | <!--[if IE 6]>This is IE 6<br><![endif]-->
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:6:1]
6 | <!--[if IE 6]>This is IE 6<br><![endif]-->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Comment
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:6:1]
6 | <!--[if IE 6]>This is IE 6<br><![endif]-->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:6:1]
6 | <!--[if IE 6]>This is IE 6<br><![endif]-->
: ^
7 | <!--[if IE 7]>This is IE 7<br><![endif]-->
`----
x Text
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:6:1]
6 | <!--[if IE 6]>This is IE 6<br><![endif]-->
: ^
7 | <!--[if IE 7]>This is IE 7<br><![endif]-->
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:7:1]
7 | <!--[if IE 7]>This is IE 7<br><![endif]-->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Comment
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:7:1]
7 | <!--[if IE 7]>This is IE 7<br><![endif]-->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:7:1]
7 | <!--[if IE 7]>This is IE 7<br><![endif]-->
: ^
8 | <!--[if IE 8]>This is IE 8<br><![endif]-->
`----
x Text
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:7:1]
7 | <!--[if IE 7]>This is IE 7<br><![endif]-->
: ^
8 | <!--[if IE 8]>This is IE 8<br><![endif]-->
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:8:1]
8 | <!--[if IE 8]>This is IE 8<br><![endif]-->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Comment
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:8:1]
8 | <!--[if IE 8]>This is IE 8<br><![endif]-->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:8:1]
8 | <!--[if IE 8]>This is IE 8<br><![endif]-->
: ^
9 | <!--[if IE 9]>This is IE 9<br><![endif]-->
`----
x Text
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:8:1]
8 | <!--[if IE 8]>This is IE 8<br><![endif]-->
: ^
9 | <!--[if IE 9]>This is IE 9<br><![endif]-->
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:9:1]
9 | <!--[if IE 9]>This is IE 9<br><![endif]-->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Comment
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:9:1]
9 | <!--[if IE 9]>This is IE 9<br><![endif]-->
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:9:1]
9 | ,-> <!--[if IE 9]>This is IE 9<br><![endif]-->
10 | |
11 | | </body>
12 | `-> </html>
`----
x Text
,-[$DIR/tests/fixture/ie-conditional-comments/input.html:9:1]
9 | ,-> <!--[if IE 9]>This is IE 9<br><![endif]-->
10 | |
11 | | </body>
12 | `-> </html>
`----