mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 17:15:11 +03:00
307 lines
7.8 KiB
Plaintext
307 lines
7.8 KiB
Plaintext
|
|
x Document
|
|
,-[$DIR/tests/fixture/element/object/input.html:1:1]
|
|
1 | ,-> <!doctype html>
|
|
2 | | <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
8 | |
|
|
9 | | <object data="horse.wav">
|
|
10 | | <param name="autoplay" value="true">
|
|
11 | | </object>
|
|
12 | |
|
|
13 | | </body>
|
|
14 | `-> </html>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DocumentType
|
|
,-[$DIR/tests/fixture/element/object/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:2:1]
|
|
2 | ,-> <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
8 | |
|
|
9 | | <object data="horse.wav">
|
|
10 | | <param name="autoplay" value="true">
|
|
11 | | </object>
|
|
12 | |
|
|
13 | `-> </body>
|
|
14 | </html>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/object/input.html:2:1]
|
|
2 | ,-> <html lang="en">
|
|
3 | | <head>
|
|
4 | | <title>Document</title>
|
|
5 | | </head>
|
|
6 | | <body>
|
|
7 | | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
8 | |
|
|
9 | | <object data="horse.wav">
|
|
10 | | <param name="autoplay" value="true">
|
|
11 | | </object>
|
|
12 | |
|
|
13 | `-> </body>
|
|
14 | </html>
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/fixture/element/object/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <title>Document</title>
|
|
5 | </head>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/object/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <title>Document</title>
|
|
5 | </head>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <title>Document</title>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/object/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <title>Document</title>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/object/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/object/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^
|
|
5 | </head>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/object/input.html:4:5]
|
|
4 | <title>Document</title>
|
|
: ^
|
|
5 | </head>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:5:1]
|
|
5 | </head>
|
|
: ^
|
|
6 | <body>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/object/input.html:5:1]
|
|
5 | </head>
|
|
: ^
|
|
6 | <body>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:6:1]
|
|
6 | ,-> <body>
|
|
7 | | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
8 | |
|
|
9 | | <object data="horse.wav">
|
|
10 | | <param name="autoplay" value="true">
|
|
11 | | </object>
|
|
12 | |
|
|
13 | `-> </body>
|
|
14 | </html>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/object/input.html:6:1]
|
|
6 | ,-> <body>
|
|
7 | | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
8 | |
|
|
9 | | <object data="horse.wav">
|
|
10 | | <param name="autoplay" value="true">
|
|
11 | | </object>
|
|
12 | |
|
|
13 | `-> </body>
|
|
14 | </html>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:6:1]
|
|
6 | <body>
|
|
: ^
|
|
7 | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/object/input.html:6:1]
|
|
6 | <body>
|
|
: ^
|
|
7 | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:7:1]
|
|
7 | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/object/input.html:7:1]
|
|
7 | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:7:1]
|
|
7 | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/object/input.html:7:1]
|
|
7 | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:7:1]
|
|
7 | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/object/input.html:7:1]
|
|
7 | <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:7:1]
|
|
7 | ,-> <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
8 | `->
|
|
9 | <object data="horse.wav">
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/object/input.html:7:1]
|
|
7 | ,-> <object type="image/svg+xml" data="image.svg"><div>[fallback image]</div></object>
|
|
8 | `->
|
|
9 | <object data="horse.wav">
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:9:1]
|
|
9 | ,-> <object data="horse.wav">
|
|
10 | `-> <param name="autoplay" value="true">
|
|
11 | </object>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/object/input.html:9:1]
|
|
9 | ,-> <object data="horse.wav">
|
|
10 | `-> <param name="autoplay" value="true">
|
|
11 | </object>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:9:1]
|
|
9 | ,-> <object data="horse.wav">
|
|
10 | `-> <param name="autoplay" value="true">
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/object/input.html:9:1]
|
|
9 | ,-> <object data="horse.wav">
|
|
10 | `-> <param name="autoplay" value="true">
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:10:5]
|
|
10 | <param name="autoplay" value="true">
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/object/input.html:10:5]
|
|
10 | <param name="autoplay" value="true">
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:10:5]
|
|
10 | <param name="autoplay" value="true">
|
|
: ^
|
|
11 | </object>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/object/input.html:10:5]
|
|
10 | <param name="autoplay" value="true">
|
|
: ^
|
|
11 | </object>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/object/input.html:11:1]
|
|
11 | ,-> </object>
|
|
12 | |
|
|
13 | `-> </body>
|
|
14 | </html>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/object/input.html:11:1]
|
|
11 | ,-> </object>
|
|
12 | |
|
|
13 | `-> </body>
|
|
14 | </html>
|
|
`----
|