swc/crates/swc_html_parser/tests/fixture/attribute/basic/span.rust-debug

799 lines
23 KiB
Plaintext
Raw Normal View History

2022-04-07 08:12:54 +03:00
x Document
2022-04-28 20:27:39 +03:00
,-[$DIR/tests/fixture/attribute/basic/input.html:1:1]
1 | ,-> <!doctype html>
2 | | <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | |
8 | | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
9 | | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
10 | | <p title=" <!-- hello world --> ">x</p>
11 | | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
12 | | <br a=\u00A0 b="&nbsp;" c="\u00A0">
13 | | <img
14 | | src
15 | | =
16 | | "test"
17 | | />
18 | |
19 | | <img src=test.jpg>
20 | | <img src=test.jpg data-src=test.jpg>
21 | |
22 | | <button disabled></button>
23 | |
24 | | </body>
25 | `-> </html>
2022-04-07 08:12:54 +03:00
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:1:1]
1 | <!doctype html>
: ^^^^^^^^^^^^^^^
`----
x DocumentType
,-[$DIR/tests/fixture/attribute/basic/input.html:1:1]
1 | <!doctype html>
: ^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:2:1]
2 | ,-> <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | |
8 | | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
9 | | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
10 | | <p title=" <!-- hello world --> ">x</p>
11 | | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
12 | | <br a=\u00A0 b="&nbsp;" c="\u00A0">
13 | | <img
14 | | src
15 | | =
16 | | "test"
17 | | />
18 | |
19 | | <img src=test.jpg>
20 | | <img src=test.jpg data-src=test.jpg>
21 | |
22 | | <button disabled></button>
23 | |
24 | | </body>
25 | `-> </html>
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:2:1]
2 | ,-> <html lang="en">
3 | | <head>
4 | | <title>Document</title>
5 | | </head>
6 | | <body>
7 | |
8 | | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
9 | | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
10 | | <p title=" <!-- hello world --> ">x</p>
11 | | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
12 | | <br a=\u00A0 b="&nbsp;" c="\u00A0">
13 | | <img
14 | | src
15 | | =
16 | | "test"
17 | | />
18 | |
19 | | <img src=test.jpg>
20 | | <img src=test.jpg data-src=test.jpg>
21 | |
22 | | <button disabled></button>
23 | |
24 | | </body>
25 | `-> </html>
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:2:1]
2 | <html lang="en">
: ^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:3:1]
3 | ,-> <head>
4 | | <title>Document</title>
5 | `-> </head>
2022-04-07 08:12:54 +03:00
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:3:1]
3 | ,-> <head>
4 | | <title>Document</title>
5 | `-> </head>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
2022-04-07 08:12:54 +03:00
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:3:1]
3 | ,-> <head>
4 | `-> <title>Document</title>
2022-04-07 08:12:54 +03:00
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^^^^^^^^^^^^^^^^
2022-04-07 08:12:54 +03:00
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^
2022-04-07 08:12:54 +03:00
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:4:5]
4 | <title>Document</title>
: ^^^^^^^^
2022-04-07 08:12:54 +03:00
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:4:5]
4 | <title>Document</title>
: ^
5 | </head>
2022-04-07 08:12:54 +03:00
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:4:5]
4 | <title>Document</title>
: ^
5 | </head>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:5:1]
5 | </head>
: ^
6 | <body>
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:5:1]
5 | </head>
: ^
6 | <body>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:6:1]
6 | ,-> <body>
7 | |
8 | | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
9 | | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
10 | | <p title=" <!-- hello world --> ">x</p>
11 | | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
12 | | <br a=\u00A0 b="&nbsp;" c="\u00A0">
13 | | <img
14 | | src
15 | | =
16 | | "test"
17 | | />
18 | |
19 | | <img src=test.jpg>
20 | | <img src=test.jpg data-src=test.jpg>
21 | |
22 | | <button disabled></button>
23 | |
24 | | </body>
25 | `-> </html>
`----
2022-04-07 08:12:54 +03:00
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:6:1]
6 | ,-> <body>
7 | |
8 | | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
9 | | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
10 | | <p title=" <!-- hello world --> ">x</p>
11 | | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
12 | | <br a=\u00A0 b="&nbsp;" c="\u00A0">
13 | | <img
14 | | src
15 | | =
16 | | "test"
17 | | />
18 | |
19 | | <img src=test.jpg>
20 | | <img src=test.jpg data-src=test.jpg>
21 | |
22 | | <button disabled></button>
23 | |
24 | | </body>
25 | `-> </html>
`----
2022-04-07 08:12:54 +03:00
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:6:1]
6 | ,-> <body>
7 | `->
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
2022-04-07 08:12:54 +03:00
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:6:1]
6 | ,-> <body>
7 | `->
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
2022-04-07 08:12:54 +03:00
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-07 08:12:54 +03:00
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-07 08:12:54 +03:00
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
9 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
2022-04-07 08:12:54 +03:00
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:8:1]
8 | <a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
: ^
9 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:9:1]
9 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2022-04-07 08:12:54 +03:00
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:9:1]
9 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:9:1]
9 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:9:1]
9 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^
2022-04-07 08:12:54 +03:00
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:9:1]
9 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:9:1]
9 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^
10 | <p title=" <!-- hello world --> ">x</p>
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:9:1]
9 | <p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
: ^
10 | <p title=" <!-- hello world --> ">x</p>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:10:1]
10 | <p title=" <!-- hello world --> ">x</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:10:1]
10 | <p title=" <!-- hello world --> ">x</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:10:1]
10 | <p title=" <!-- hello world --> ">x</p>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:10:1]
10 | <p title=" <!-- hello world --> ">x</p>
: ^
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:10:1]
10 | <p title=" <!-- hello world --> ">x</p>
: ^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:10:1]
10 | <p title=" <!-- hello world --> ">x</p>
: ^
11 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:10:1]
10 | <p title=" <!-- hello world --> ">x</p>
: ^
11 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:11:1]
11 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:11:1]
11 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:11:1]
11 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
: ^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:11:1]
11 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
: ^^^^^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:11:1]
11 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
: ^
12 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:11:1]
11 | <tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
: ^
12 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:12:1]
12 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:12:1]
12 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:12:1]
12 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
: ^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:12:1]
12 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
: ^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:12:1]
12 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
: ^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:12:1]
12 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
: ^
13 | <img
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:12:1]
12 | <br a=\u00A0 b="&nbsp;" c="\u00A0">
: ^
13 | <img
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:13:1]
13 | ,-> <img
14 | | src
15 | | =
16 | | "test"
17 | `-> />
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:13:1]
13 | ,-> <img
14 | | src
15 | | =
16 | | "test"
17 | `-> />
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:14:9]
14 | ,-> src
15 | | =
16 | `-> "test"
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:17:1]
17 | ,-> />
18 | `->
19 | <img src=test.jpg>
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:17:1]
17 | ,-> />
18 | `->
19 | <img src=test.jpg>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:19:1]
19 | <img src=test.jpg>
: ^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:19:1]
19 | <img src=test.jpg>
: ^^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:19:1]
19 | <img src=test.jpg>
: ^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:19:1]
19 | <img src=test.jpg>
: ^
20 | <img src=test.jpg data-src=test.jpg>
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:19:1]
19 | <img src=test.jpg>
: ^
20 | <img src=test.jpg data-src=test.jpg>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:20:1]
20 | <img src=test.jpg data-src=test.jpg>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:20:1]
20 | <img src=test.jpg data-src=test.jpg>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:20:1]
20 | <img src=test.jpg data-src=test.jpg>
: ^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:20:1]
20 | <img src=test.jpg data-src=test.jpg>
: ^^^^^^^^^^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:20:1]
20 | ,-> <img src=test.jpg data-src=test.jpg>
21 | `->
22 | <button disabled></button>
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:20:1]
20 | ,-> <img src=test.jpg data-src=test.jpg>
21 | `->
22 | <button disabled></button>
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:22:1]
22 | <button disabled></button>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Element
,-[$DIR/tests/fixture/attribute/basic/input.html:22:1]
22 | <button disabled></button>
: ^^^^^^^^^^^^^^^^^^^^^^^^^^
`----
x Attribute
,-[$DIR/tests/fixture/attribute/basic/input.html:22:1]
22 | <button disabled></button>
: ^^^^^^^^
`----
x Child
,-[$DIR/tests/fixture/attribute/basic/input.html:22:1]
22 | ,-> <button disabled></button>
23 | |
24 | | </body>
25 | `-> </html>
`----
x Text
,-[$DIR/tests/fixture/attribute/basic/input.html:22:1]
22 | ,-> <button disabled></button>
23 | |
24 | | </body>
25 | `-> </html>
2022-04-07 08:12:54 +03:00
`----