swc/crates/swc_html_parser/tests/html5lib-tests-fixture/webkit01_dat.6.span.rust-debug

118 lines
2.4 KiB
Plaintext

x Document
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:1:1]
1 | ,-> <div>Hello</div>
2 | | <script>
3 | | console.log("FOO<span>BAR</span>BAZ");
4 | | </script>
5 | `-> <div>Bye</div>
`----
x Child
x Element
x Child
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:1:1]
1 | <div>Hello</div>
: ^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:1:1]
1 | <div>Hello</div>
: ^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:1:1]
1 | <div>Hello</div>
: ^^^^^
`----
x Text
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:1:1]
1 | <div>Hello</div>
: ^^^^^
`----
x Child
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:1:1]
1 | <div>Hello</div>
: ^
2 | <script>
`----
x Text
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:1:1]
1 | <div>Hello</div>
: ^
2 | <script>
`----
x Child
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:2:1]
2 | ,-> <script>
3 | | console.log("FOO<span>BAR</span>BAZ");
4 | `-> </script>
`----
x Element
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:2:1]
2 | ,-> <script>
3 | | console.log("FOO<span>BAR</span>BAZ");
4 | `-> </script>
`----
x Child
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:2:1]
2 | ,-> <script>
3 | `-> console.log("FOO<span>BAR</span>BAZ");
4 | </script>
`----
x Text
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:2:1]
2 | ,-> <script>
3 | `-> console.log("FOO<span>BAR</span>BAZ");
4 | </script>
`----
x Child
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:4:1]
4 | </script>
: ^
5 | <div>Bye</div>
`----
x Text
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:4:1]
4 | </script>
: ^
5 | <div>Bye</div>
`----
x Child
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:5:1]
5 | <div>Bye</div>
: ^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:5:1]
5 | <div>Bye</div>
: ^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:5:1]
5 | <div>Bye</div>
: ^^^
`----
x Text
,-[$DIR/tests/html5lib-tests-fixture/webkit01_dat.6.html:5:1]
5 | <div>Bye</div>
: ^^^
`----