swc/crates/swc_html_parser/tests/fixture/element/embed/span.rust-debug

339 lines
8.9 KiB
Plaintext
Raw Normal View History

x Document
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:1:1]
1 | ,-> <!doctype html>
2 | | <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | | <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
8 | | <noembed>
9 | | <h1>Alternative content</h1>
10 | | </noembed>
2022-04-28 20:27:39 +03:00
11 | | <embed type="video/webm"
12 | | src="/media/cc0-videos/flower.mp4"
13 | | width="250"
14 | | height="200">
15 | | </body>
16 | `-> </html>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:1:1]
1 | <!doctype html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:1:1]
1 | <!doctype html>
: ^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:2:1]
2 | ,-> <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | | <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
8 | | <noembed>
9 | | <h1>Alternative content</h1>
10 | | </noembed>
2022-04-28 20:27:39 +03:00
11 | | <embed type="video/webm"
12 | | src="/media/cc0-videos/flower.mp4"
13 | | width="250"
14 | | height="200">
15 | `-> </body>
16 | </html>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:2:1]
2 | ,-> <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | | <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
8 | | <noembed>
9 | | <h1>Alternative content</h1>
10 | | </noembed>
2022-04-28 20:27:39 +03:00
11 | | <embed type="video/webm"
12 | | src="/media/cc0-videos/flower.mp4"
13 | | width="250"
14 | | height="200">
15 | `-> </body>
16 | </html>
`----
x Attribute
,-[$DIR/tests/fixture/element/embed/input.html:2:1]
2 | <html lang="en">
: ^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
5 | </head>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
5 | </head>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:4:5]
4 | <title>Document</title>
: ^
5 | </head>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:4:5]
4 | <title>Document</title>
: ^
5 | </head>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:5:1]
5 | </head>
: ^
6 | <body>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:5:1]
5 | </head>
: ^
6 | <body>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:6:1]
6 | ,-> <body>
7 | | <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
8 | | <noembed>
9 | | <h1>Alternative content</h1>
10 | | </noembed>
2022-04-28 20:27:39 +03:00
11 | | <embed type="video/webm"
12 | | src="/media/cc0-videos/flower.mp4"
13 | | width="250"
14 | | height="200">
15 | `-> </body>
16 | </html>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:6:1]
6 | ,-> <body>
7 | | <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
8 | | <noembed>
9 | | <h1>Alternative content</h1>
10 | | </noembed>
2022-04-28 20:27:39 +03:00
11 | | <embed type="video/webm"
12 | | src="/media/cc0-videos/flower.mp4"
13 | | width="250"
14 | | height="200">
15 | `-> </body>
16 | </html>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:6:1]
6 | ,-> <body>
7 | `-> <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:6:1]
6 | ,-> <body>
7 | `-> <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:7:5]
7 | <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:7:5]
7 | <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/element/embed/input.html:7:5]
7 | <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
: ^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/element/embed/input.html:7:5]
7 | <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/element/embed/input.html:7:5]
7 | <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
: ^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/element/embed/input.html:7:5]
7 | <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
: ^^^^^^^^^^^^
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:7:5]
7 | ,-> <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
8 | `-> <noembed>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:7:5]
7 | ,-> <embed type="vide/webm" src="/media/examples/flower.mp4" width="200" height="200">
8 | `-> <noembed>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:8:5]
8 | ,-> <noembed>
9 | | <h1>Alternative content</h1>
10 | `-> </noembed>
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:8:5]
8 | ,-> <noembed>
9 | | <h1>Alternative content</h1>
10 | `-> </noembed>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:8:5]
8 | ,-> <noembed>
9 | | <h1>Alternative content</h1>
10 | `-> </noembed>
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:8:5]
8 | ,-> <noembed>
9 | | <h1>Alternative content</h1>
10 | `-> </noembed>
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:10:5]
10 | ,-> </noembed>
2022-04-28 20:27:39 +03:00
11 | `-> <embed type="video/webm"
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:10:5]
10 | ,-> </noembed>
2022-04-28 20:27:39 +03:00
11 | `-> <embed type="video/webm"
2022-04-26 02:45:14 +03:00
`----
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:11:5]
11 | ,-> <embed type="video/webm"
12 | | src="/media/cc0-videos/flower.mp4"
13 | | width="250"
14 | `-> height="200">
2022-04-26 02:45:14 +03:00
`----
x Element
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:11:5]
11 | ,-> <embed type="video/webm"
12 | | src="/media/cc0-videos/flower.mp4"
13 | | width="250"
14 | `-> height="200">
2022-04-26 02:45:14 +03:00
`----
x Attribute
,-[$DIR/tests/fixture/element/embed/input.html:11:5]
11 | <embed type="video/webm"
: ^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/element/embed/input.html:12:12]
12 | src="/media/cc0-videos/flower.mp4"
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/element/embed/input.html:13:12]
13 | width="250"
: ^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/element/embed/input.html:14:12]
14 | height="200">
: ^^^^^^^^^^^^
`----
2022-04-26 02:45:14 +03:00
x Child
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:14:12]
14 | ,-> height="200">
15 | `-> </body>
16 | </html>
2022-04-26 02:45:14 +03:00
`----
x Text
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/element/embed/input.html:14:12]
14 | ,-> height="200">
15 | `-> </body>
16 | </html>
`----