2022-06-02 07:00:32 +03:00
|
|
|
|
|
|
|
x Document
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:1:1]
|
|
|
|
1 | ,-> <!doctype html>
|
|
|
|
2 | | <html lang="en">
|
|
|
|
3 | | <head>
|
|
|
|
4 | | <title>Document</title>
|
|
|
|
5 | | </head>
|
|
|
|
6 | | <body>
|
|
|
|
7 | | <table>
|
|
|
|
8 | | <caption>Example Caption</caption>
|
|
|
|
9 | | <tr>
|
|
|
|
10 | | <th>Login</th>
|
|
|
|
11 | | <th>Email</th>
|
|
|
|
12 | | </tr>
|
|
|
|
13 | | <tr>
|
|
|
|
14 | | <td>user1</td>
|
|
|
|
15 | | <td>user1@sample.com</td>
|
|
|
|
16 | | </tr>
|
|
|
|
17 | | <tr>
|
|
|
|
18 | | <td>user2</td>
|
|
|
|
19 | | <td>user2@sample.com</td>
|
|
|
|
20 | | </tr>
|
|
|
|
21 | | </table>
|
|
|
|
22 | | </body>
|
|
|
|
23 | `-> </html>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:1:1]
|
|
|
|
1 | <!doctype html>
|
|
|
|
: ^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x DocumentType
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:1:1]
|
|
|
|
1 | <!doctype html>
|
|
|
|
: ^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:2:1]
|
|
|
|
2 | ,-> <html lang="en">
|
|
|
|
3 | | <head>
|
|
|
|
4 | | <title>Document</title>
|
|
|
|
5 | | </head>
|
|
|
|
6 | | <body>
|
|
|
|
7 | | <table>
|
|
|
|
8 | | <caption>Example Caption</caption>
|
|
|
|
9 | | <tr>
|
|
|
|
10 | | <th>Login</th>
|
|
|
|
11 | | <th>Email</th>
|
|
|
|
12 | | </tr>
|
|
|
|
13 | | <tr>
|
|
|
|
14 | | <td>user1</td>
|
|
|
|
15 | | <td>user1@sample.com</td>
|
|
|
|
16 | | </tr>
|
|
|
|
17 | | <tr>
|
|
|
|
18 | | <td>user2</td>
|
|
|
|
19 | | <td>user2@sample.com</td>
|
|
|
|
20 | | </tr>
|
|
|
|
21 | | </table>
|
|
|
|
22 | | </body>
|
|
|
|
23 | `-> </html>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:2:1]
|
|
|
|
2 | ,-> <html lang="en">
|
|
|
|
3 | | <head>
|
|
|
|
4 | | <title>Document</title>
|
|
|
|
5 | | </head>
|
|
|
|
6 | | <body>
|
|
|
|
7 | | <table>
|
|
|
|
8 | | <caption>Example Caption</caption>
|
|
|
|
9 | | <tr>
|
|
|
|
10 | | <th>Login</th>
|
|
|
|
11 | | <th>Email</th>
|
|
|
|
12 | | </tr>
|
|
|
|
13 | | <tr>
|
|
|
|
14 | | <td>user1</td>
|
|
|
|
15 | | <td>user1@sample.com</td>
|
|
|
|
16 | | </tr>
|
|
|
|
17 | | <tr>
|
|
|
|
18 | | <td>user2</td>
|
|
|
|
19 | | <td>user2@sample.com</td>
|
|
|
|
20 | | </tr>
|
|
|
|
21 | | </table>
|
|
|
|
22 | | </body>
|
|
|
|
23 | `-> </html>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Attribute
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:2:1]
|
|
|
|
2 | <html lang="en">
|
|
|
|
: ^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:3:1]
|
|
|
|
3 | ,-> <head>
|
|
|
|
4 | | <title>Document</title>
|
|
|
|
5 | `-> </head>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:3:1]
|
|
|
|
3 | ,-> <head>
|
|
|
|
4 | | <title>Document</title>
|
|
|
|
5 | `-> </head>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:3:1]
|
|
|
|
3 | ,-> <head>
|
|
|
|
4 | `-> <title>Document</title>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:3:1]
|
|
|
|
3 | ,-> <head>
|
|
|
|
4 | `-> <title>Document</title>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:4:5]
|
|
|
|
4 | <title>Document</title>
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:4:5]
|
|
|
|
4 | <title>Document</title>
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:4:5]
|
|
|
|
4 | <title>Document</title>
|
|
|
|
: ^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:4:5]
|
|
|
|
4 | <title>Document</title>
|
|
|
|
: ^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:4:5]
|
|
|
|
4 | <title>Document</title>
|
|
|
|
: ^
|
|
|
|
5 | </head>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:4:5]
|
|
|
|
4 | <title>Document</title>
|
|
|
|
: ^
|
|
|
|
5 | </head>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:5:1]
|
|
|
|
5 | </head>
|
|
|
|
: ^
|
|
|
|
6 | <body>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:5:1]
|
|
|
|
5 | </head>
|
|
|
|
: ^
|
|
|
|
6 | <body>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:6:1]
|
|
|
|
6 | ,-> <body>
|
|
|
|
7 | | <table>
|
|
|
|
8 | | <caption>Example Caption</caption>
|
|
|
|
9 | | <tr>
|
|
|
|
10 | | <th>Login</th>
|
|
|
|
11 | | <th>Email</th>
|
|
|
|
12 | | </tr>
|
|
|
|
13 | | <tr>
|
|
|
|
14 | | <td>user1</td>
|
|
|
|
15 | | <td>user1@sample.com</td>
|
|
|
|
16 | | </tr>
|
|
|
|
17 | | <tr>
|
|
|
|
18 | | <td>user2</td>
|
|
|
|
19 | | <td>user2@sample.com</td>
|
|
|
|
20 | | </tr>
|
|
|
|
21 | | </table>
|
|
|
|
22 | `-> </body>
|
|
|
|
23 | </html>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:6:1]
|
|
|
|
6 | ,-> <body>
|
|
|
|
7 | | <table>
|
|
|
|
8 | | <caption>Example Caption</caption>
|
|
|
|
9 | | <tr>
|
|
|
|
10 | | <th>Login</th>
|
|
|
|
11 | | <th>Email</th>
|
|
|
|
12 | | </tr>
|
|
|
|
13 | | <tr>
|
|
|
|
14 | | <td>user1</td>
|
|
|
|
15 | | <td>user1@sample.com</td>
|
|
|
|
16 | | </tr>
|
|
|
|
17 | | <tr>
|
|
|
|
18 | | <td>user2</td>
|
|
|
|
19 | | <td>user2@sample.com</td>
|
|
|
|
20 | | </tr>
|
|
|
|
21 | | </table>
|
|
|
|
22 | `-> </body>
|
|
|
|
23 | </html>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:6:1]
|
|
|
|
6 | <body>
|
|
|
|
: ^
|
|
|
|
7 | <table>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:6:1]
|
|
|
|
6 | <body>
|
|
|
|
: ^
|
|
|
|
7 | <table>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:7:1]
|
|
|
|
7 | ,-> <table>
|
|
|
|
8 | | <caption>Example Caption</caption>
|
|
|
|
9 | | <tr>
|
|
|
|
10 | | <th>Login</th>
|
|
|
|
11 | | <th>Email</th>
|
|
|
|
12 | | </tr>
|
|
|
|
13 | | <tr>
|
|
|
|
14 | | <td>user1</td>
|
|
|
|
15 | | <td>user1@sample.com</td>
|
|
|
|
16 | | </tr>
|
|
|
|
17 | | <tr>
|
|
|
|
18 | | <td>user2</td>
|
|
|
|
19 | | <td>user2@sample.com</td>
|
|
|
|
20 | | </tr>
|
|
|
|
21 | `-> </table>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:7:1]
|
|
|
|
7 | ,-> <table>
|
|
|
|
8 | | <caption>Example Caption</caption>
|
|
|
|
9 | | <tr>
|
|
|
|
10 | | <th>Login</th>
|
|
|
|
11 | | <th>Email</th>
|
|
|
|
12 | | </tr>
|
|
|
|
13 | | <tr>
|
|
|
|
14 | | <td>user1</td>
|
|
|
|
15 | | <td>user1@sample.com</td>
|
|
|
|
16 | | </tr>
|
|
|
|
17 | | <tr>
|
|
|
|
18 | | <td>user2</td>
|
|
|
|
19 | | <td>user2@sample.com</td>
|
|
|
|
20 | | </tr>
|
|
|
|
21 | `-> </table>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:7:1]
|
|
|
|
7 | ,-> <table>
|
|
|
|
8 | `-> <caption>Example Caption</caption>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:7:1]
|
|
|
|
7 | ,-> <table>
|
|
|
|
8 | `-> <caption>Example Caption</caption>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:8:5]
|
|
|
|
8 | <caption>Example Caption</caption>
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:8:5]
|
|
|
|
8 | <caption>Example Caption</caption>
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:8:5]
|
|
|
|
8 | <caption>Example Caption</caption>
|
|
|
|
: ^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:8:5]
|
|
|
|
8 | <caption>Example Caption</caption>
|
|
|
|
: ^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:8:5]
|
|
|
|
8 | ,-> <caption>Example Caption</caption>
|
|
|
|
9 | `-> <tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:8:5]
|
|
|
|
8 | ,-> <caption>Example Caption</caption>
|
|
|
|
9 | `-> <tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
|
|
|
|
x Element
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:9:5]
|
|
|
|
9 | ,-> <tr>
|
|
|
|
10 | | <th>Login</th>
|
|
|
|
11 | | <th>Email</th>
|
|
|
|
12 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:9:5]
|
|
|
|
9 | ,-> <tr>
|
|
|
|
10 | | <th>Login</th>
|
|
|
|
11 | | <th>Email</th>
|
|
|
|
12 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:9:5]
|
|
|
|
9 | ,-> <tr>
|
|
|
|
10 | `-> <th>Login</th>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:9:5]
|
|
|
|
9 | ,-> <tr>
|
|
|
|
10 | `-> <th>Login</th>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:10:9]
|
|
|
|
10 | <th>Login</th>
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:10:9]
|
|
|
|
10 | <th>Login</th>
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:10:9]
|
|
|
|
10 | <th>Login</th>
|
|
|
|
: ^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:10:9]
|
|
|
|
10 | <th>Login</th>
|
|
|
|
: ^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:10:9]
|
|
|
|
10 | ,-> <th>Login</th>
|
|
|
|
11 | `-> <th>Email</th>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:10:9]
|
|
|
|
10 | ,-> <th>Login</th>
|
|
|
|
11 | `-> <th>Email</th>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:11:9]
|
|
|
|
11 | <th>Email</th>
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:11:9]
|
|
|
|
11 | <th>Email</th>
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:11:9]
|
|
|
|
11 | <th>Email</th>
|
|
|
|
: ^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:11:9]
|
|
|
|
11 | <th>Email</th>
|
|
|
|
: ^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:11:9]
|
|
|
|
11 | ,-> <th>Email</th>
|
|
|
|
12 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:11:9]
|
|
|
|
11 | ,-> <th>Email</th>
|
|
|
|
12 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:12:5]
|
|
|
|
12 | ,-> </tr>
|
|
|
|
13 | `-> <tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:12:5]
|
|
|
|
12 | ,-> </tr>
|
|
|
|
13 | `-> <tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:13:5]
|
|
|
|
13 | ,-> <tr>
|
|
|
|
14 | | <td>user1</td>
|
|
|
|
15 | | <td>user1@sample.com</td>
|
|
|
|
16 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:13:5]
|
|
|
|
13 | ,-> <tr>
|
|
|
|
14 | | <td>user1</td>
|
|
|
|
15 | | <td>user1@sample.com</td>
|
|
|
|
16 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:13:5]
|
|
|
|
13 | ,-> <tr>
|
|
|
|
14 | `-> <td>user1</td>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:13:5]
|
|
|
|
13 | ,-> <tr>
|
|
|
|
14 | `-> <td>user1</td>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:14:9]
|
|
|
|
14 | <td>user1</td>
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:14:9]
|
|
|
|
14 | <td>user1</td>
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:14:9]
|
|
|
|
14 | <td>user1</td>
|
|
|
|
: ^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:14:9]
|
|
|
|
14 | <td>user1</td>
|
|
|
|
: ^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:14:9]
|
|
|
|
14 | ,-> <td>user1</td>
|
|
|
|
15 | `-> <td>user1@sample.com</td>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:14:9]
|
|
|
|
14 | ,-> <td>user1</td>
|
|
|
|
15 | `-> <td>user1@sample.com</td>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:15:9]
|
|
|
|
15 | <td>user1@sample.com</td>
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:15:9]
|
|
|
|
15 | <td>user1@sample.com</td>
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:15:9]
|
|
|
|
15 | <td>user1@sample.com</td>
|
|
|
|
: ^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:15:9]
|
|
|
|
15 | <td>user1@sample.com</td>
|
|
|
|
: ^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:15:9]
|
|
|
|
15 | ,-> <td>user1@sample.com</td>
|
|
|
|
16 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:15:9]
|
|
|
|
15 | ,-> <td>user1@sample.com</td>
|
|
|
|
16 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:16:5]
|
|
|
|
16 | ,-> </tr>
|
|
|
|
17 | `-> <tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:16:5]
|
|
|
|
16 | ,-> </tr>
|
|
|
|
17 | `-> <tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:17:5]
|
|
|
|
17 | ,-> <tr>
|
|
|
|
18 | | <td>user2</td>
|
|
|
|
19 | | <td>user2@sample.com</td>
|
|
|
|
20 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:17:5]
|
|
|
|
17 | ,-> <tr>
|
|
|
|
18 | | <td>user2</td>
|
|
|
|
19 | | <td>user2@sample.com</td>
|
|
|
|
20 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:17:5]
|
|
|
|
17 | ,-> <tr>
|
|
|
|
18 | `-> <td>user2</td>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:17:5]
|
|
|
|
17 | ,-> <tr>
|
|
|
|
18 | `-> <td>user2</td>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:18:9]
|
|
|
|
18 | <td>user2</td>
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:18:9]
|
|
|
|
18 | <td>user2</td>
|
|
|
|
: ^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:18:9]
|
|
|
|
18 | <td>user2</td>
|
|
|
|
: ^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:18:9]
|
|
|
|
18 | <td>user2</td>
|
|
|
|
: ^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:18:9]
|
|
|
|
18 | ,-> <td>user2</td>
|
|
|
|
19 | `-> <td>user2@sample.com</td>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:18:9]
|
|
|
|
18 | ,-> <td>user2</td>
|
|
|
|
19 | `-> <td>user2@sample.com</td>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:19:9]
|
|
|
|
19 | <td>user2@sample.com</td>
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Element
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:19:9]
|
|
|
|
19 | <td>user2@sample.com</td>
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:19:9]
|
|
|
|
19 | <td>user2@sample.com</td>
|
|
|
|
: ^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:19:9]
|
|
|
|
19 | <td>user2@sample.com</td>
|
|
|
|
: ^^^^^^^^^^^^^^^^
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:19:9]
|
|
|
|
19 | ,-> <td>user2@sample.com</td>
|
|
|
|
20 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:19:9]
|
|
|
|
19 | ,-> <td>user2@sample.com</td>
|
|
|
|
20 | `-> </tr>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:20:5]
|
2022-06-04 12:33:25 +03:00
|
|
|
20 | </tr>
|
|
|
|
: ^
|
|
|
|
21 | </table>
|
2022-06-02 07:00:32 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:20:5]
|
2022-06-04 12:33:25 +03:00
|
|
|
20 | </tr>
|
|
|
|
: ^
|
|
|
|
21 | </table>
|
2022-06-02 07:00:32 +03:00
|
|
|
`----
|
|
|
|
|
|
|
|
x Child
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:21:1]
|
|
|
|
21 | ,-> </table>
|
|
|
|
22 | `-> </body>
|
|
|
|
23 | </html>
|
|
|
|
`----
|
|
|
|
|
|
|
|
x Text
|
|
|
|
,-[$DIR/tests/fixture/element/caption/input.html:21:1]
|
|
|
|
21 | ,-> </table>
|
|
|
|
22 | `-> </body>
|
|
|
|
23 | </html>
|
|
|
|
`----
|