mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
3366 lines
82 KiB
Plaintext
3366 lines
82 KiB
Plaintext
|
|
x Document
|
|
,-[$DIR/tests/fixture/element/table/input.html:1:1]
|
|
1 | ,-> <!doctype html>
|
|
2 | | <html lang="en">
|
|
3 | | <head>
|
|
4 | | <meta charset="UTF-8">
|
|
5 | | <meta name="viewport"
|
|
6 | | content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7 | | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8 | | <title>Document</title>
|
|
9 | | </head>
|
|
10 | | <body>
|
|
11 | | <table>
|
|
12 | | <tr>
|
|
13 | | <td> </td>
|
|
14 | | <td>Knocky</td>
|
|
15 | | <td>Flor</td>
|
|
16 | | <td>Ella</td>
|
|
17 | | <td>Juan</td>
|
|
18 | | </tr>
|
|
19 | | <tr>
|
|
20 | | <td>Breed</td>
|
|
21 | | <td>Jack Russell</td>
|
|
22 | | <td>Poodle</td>
|
|
23 | | <td>Streetdog</td>
|
|
24 | | <td>Cocker Spaniel</td>
|
|
25 | | </tr>
|
|
26 | | <tr>
|
|
27 | | <td>Age</td>
|
|
28 | | <td>16</td>
|
|
29 | | <td>9</td>
|
|
30 | | <td>10</td>
|
|
31 | | <td>5</td>
|
|
32 | | </tr>
|
|
33 | | <tr>
|
|
34 | | <td>Owner</td>
|
|
35 | | <td>Mother-in-law</td>
|
|
36 | | <td>Me</td>
|
|
37 | | <td>Me</td>
|
|
38 | | <td>Sister-in-law</td>
|
|
39 | | </tr>
|
|
40 | | <tr>
|
|
41 | | <td>Eating Habits</td>
|
|
42 | | <td>Eats everyone's leftovers</td>
|
|
43 | | <td>Nibbles at food</td>
|
|
44 | | <td>Hearty eater</td>
|
|
45 | | <td>Will eat till he explodes</td>
|
|
46 | | </tr>
|
|
47 | | </table>
|
|
48 | |
|
|
49 | | <table>
|
|
50 | | <thead>
|
|
51 | | <tr>
|
|
52 | | <th>Student ID</th>
|
|
53 | | <th>Name</th>
|
|
54 | | </tr>
|
|
55 | | </thead>
|
|
56 | | <tbody>
|
|
57 | | <tr>
|
|
58 | | <th colspan="2">Computer Science</th>
|
|
59 | | </tr>
|
|
60 | | <tr>
|
|
61 | | <td>3741255</td>
|
|
62 | | <td>Jones, Martha</td>
|
|
63 | | </tr>
|
|
64 | | <tr>
|
|
65 | | <td>4077830</td>
|
|
66 | | <td>Pierce, Benjamin</td>
|
|
67 | | </tr>
|
|
68 | | <tr>
|
|
69 | | <td>5151701</td>
|
|
70 | | <td>Kirk, James</td>
|
|
71 | | </tr>
|
|
72 | | </tbody>
|
|
73 | | <tbody>
|
|
74 | | <tr>
|
|
75 | | <th colspan="2">Russian Literature</th>
|
|
76 | | </tr>
|
|
77 | | <tr>
|
|
78 | | <td>3971244</td>
|
|
79 | | <td>Nim, Victor</td>
|
|
80 | | </tr>
|
|
81 | | </tbody>
|
|
82 | | <tbody>
|
|
83 | | <tr>
|
|
84 | | <th colspan="2">Astrophysics</th>
|
|
85 | | </tr>
|
|
86 | | <tr>
|
|
87 | | <td>4100332</td>
|
|
88 | | <td>Petrov, Alexandra</td>
|
|
89 | | </tr>
|
|
90 | | <tr>
|
|
91 | | <td>8892377</td>
|
|
92 | | <td>Toyota, Hiroko</td>
|
|
93 | | </tr>
|
|
94 | | </tbody>
|
|
95 | | </table>
|
|
96 | | </body>
|
|
97 | `-> </html>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x DocumentType
|
|
,-[$DIR/tests/fixture/element/table/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:2:1]
|
|
2 | ,-> <html lang="en">
|
|
3 | | <head>
|
|
4 | | <meta charset="UTF-8">
|
|
5 | | <meta name="viewport"
|
|
6 | | content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7 | | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8 | | <title>Document</title>
|
|
9 | | </head>
|
|
10 | | <body>
|
|
11 | | <table>
|
|
12 | | <tr>
|
|
13 | | <td> </td>
|
|
14 | | <td>Knocky</td>
|
|
15 | | <td>Flor</td>
|
|
16 | | <td>Ella</td>
|
|
17 | | <td>Juan</td>
|
|
18 | | </tr>
|
|
19 | | <tr>
|
|
20 | | <td>Breed</td>
|
|
21 | | <td>Jack Russell</td>
|
|
22 | | <td>Poodle</td>
|
|
23 | | <td>Streetdog</td>
|
|
24 | | <td>Cocker Spaniel</td>
|
|
25 | | </tr>
|
|
26 | | <tr>
|
|
27 | | <td>Age</td>
|
|
28 | | <td>16</td>
|
|
29 | | <td>9</td>
|
|
30 | | <td>10</td>
|
|
31 | | <td>5</td>
|
|
32 | | </tr>
|
|
33 | | <tr>
|
|
34 | | <td>Owner</td>
|
|
35 | | <td>Mother-in-law</td>
|
|
36 | | <td>Me</td>
|
|
37 | | <td>Me</td>
|
|
38 | | <td>Sister-in-law</td>
|
|
39 | | </tr>
|
|
40 | | <tr>
|
|
41 | | <td>Eating Habits</td>
|
|
42 | | <td>Eats everyone's leftovers</td>
|
|
43 | | <td>Nibbles at food</td>
|
|
44 | | <td>Hearty eater</td>
|
|
45 | | <td>Will eat till he explodes</td>
|
|
46 | | </tr>
|
|
47 | | </table>
|
|
48 | |
|
|
49 | | <table>
|
|
50 | | <thead>
|
|
51 | | <tr>
|
|
52 | | <th>Student ID</th>
|
|
53 | | <th>Name</th>
|
|
54 | | </tr>
|
|
55 | | </thead>
|
|
56 | | <tbody>
|
|
57 | | <tr>
|
|
58 | | <th colspan="2">Computer Science</th>
|
|
59 | | </tr>
|
|
60 | | <tr>
|
|
61 | | <td>3741255</td>
|
|
62 | | <td>Jones, Martha</td>
|
|
63 | | </tr>
|
|
64 | | <tr>
|
|
65 | | <td>4077830</td>
|
|
66 | | <td>Pierce, Benjamin</td>
|
|
67 | | </tr>
|
|
68 | | <tr>
|
|
69 | | <td>5151701</td>
|
|
70 | | <td>Kirk, James</td>
|
|
71 | | </tr>
|
|
72 | | </tbody>
|
|
73 | | <tbody>
|
|
74 | | <tr>
|
|
75 | | <th colspan="2">Russian Literature</th>
|
|
76 | | </tr>
|
|
77 | | <tr>
|
|
78 | | <td>3971244</td>
|
|
79 | | <td>Nim, Victor</td>
|
|
80 | | </tr>
|
|
81 | | </tbody>
|
|
82 | | <tbody>
|
|
83 | | <tr>
|
|
84 | | <th colspan="2">Astrophysics</th>
|
|
85 | | </tr>
|
|
86 | | <tr>
|
|
87 | | <td>4100332</td>
|
|
88 | | <td>Petrov, Alexandra</td>
|
|
89 | | </tr>
|
|
90 | | <tr>
|
|
91 | | <td>8892377</td>
|
|
92 | | <td>Toyota, Hiroko</td>
|
|
93 | | </tr>
|
|
94 | | </tbody>
|
|
95 | | </table>
|
|
96 | `-> </body>
|
|
97 | </html>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:2:1]
|
|
2 | ,-> <html lang="en">
|
|
3 | | <head>
|
|
4 | | <meta charset="UTF-8">
|
|
5 | | <meta name="viewport"
|
|
6 | | content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7 | | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8 | | <title>Document</title>
|
|
9 | | </head>
|
|
10 | | <body>
|
|
11 | | <table>
|
|
12 | | <tr>
|
|
13 | | <td> </td>
|
|
14 | | <td>Knocky</td>
|
|
15 | | <td>Flor</td>
|
|
16 | | <td>Ella</td>
|
|
17 | | <td>Juan</td>
|
|
18 | | </tr>
|
|
19 | | <tr>
|
|
20 | | <td>Breed</td>
|
|
21 | | <td>Jack Russell</td>
|
|
22 | | <td>Poodle</td>
|
|
23 | | <td>Streetdog</td>
|
|
24 | | <td>Cocker Spaniel</td>
|
|
25 | | </tr>
|
|
26 | | <tr>
|
|
27 | | <td>Age</td>
|
|
28 | | <td>16</td>
|
|
29 | | <td>9</td>
|
|
30 | | <td>10</td>
|
|
31 | | <td>5</td>
|
|
32 | | </tr>
|
|
33 | | <tr>
|
|
34 | | <td>Owner</td>
|
|
35 | | <td>Mother-in-law</td>
|
|
36 | | <td>Me</td>
|
|
37 | | <td>Me</td>
|
|
38 | | <td>Sister-in-law</td>
|
|
39 | | </tr>
|
|
40 | | <tr>
|
|
41 | | <td>Eating Habits</td>
|
|
42 | | <td>Eats everyone's leftovers</td>
|
|
43 | | <td>Nibbles at food</td>
|
|
44 | | <td>Hearty eater</td>
|
|
45 | | <td>Will eat till he explodes</td>
|
|
46 | | </tr>
|
|
47 | | </table>
|
|
48 | |
|
|
49 | | <table>
|
|
50 | | <thead>
|
|
51 | | <tr>
|
|
52 | | <th>Student ID</th>
|
|
53 | | <th>Name</th>
|
|
54 | | </tr>
|
|
55 | | </thead>
|
|
56 | | <tbody>
|
|
57 | | <tr>
|
|
58 | | <th colspan="2">Computer Science</th>
|
|
59 | | </tr>
|
|
60 | | <tr>
|
|
61 | | <td>3741255</td>
|
|
62 | | <td>Jones, Martha</td>
|
|
63 | | </tr>
|
|
64 | | <tr>
|
|
65 | | <td>4077830</td>
|
|
66 | | <td>Pierce, Benjamin</td>
|
|
67 | | </tr>
|
|
68 | | <tr>
|
|
69 | | <td>5151701</td>
|
|
70 | | <td>Kirk, James</td>
|
|
71 | | </tr>
|
|
72 | | </tbody>
|
|
73 | | <tbody>
|
|
74 | | <tr>
|
|
75 | | <th colspan="2">Russian Literature</th>
|
|
76 | | </tr>
|
|
77 | | <tr>
|
|
78 | | <td>3971244</td>
|
|
79 | | <td>Nim, Victor</td>
|
|
80 | | </tr>
|
|
81 | | </tbody>
|
|
82 | | <tbody>
|
|
83 | | <tr>
|
|
84 | | <th colspan="2">Astrophysics</th>
|
|
85 | | </tr>
|
|
86 | | <tr>
|
|
87 | | <td>4100332</td>
|
|
88 | | <td>Petrov, Alexandra</td>
|
|
89 | | </tr>
|
|
90 | | <tr>
|
|
91 | | <td>8892377</td>
|
|
92 | | <td>Toyota, Hiroko</td>
|
|
93 | | </tr>
|
|
94 | | </tbody>
|
|
95 | | </table>
|
|
96 | `-> </body>
|
|
97 | </html>
|
|
`----
|
|
|
|
x Attribute
|
|
,-[$DIR/tests/fixture/element/table/input.html:1:1]
|
|
1 | <!doctype html>
|
|
: ^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | | <meta charset="UTF-8">
|
|
5 | | <meta name="viewport"
|
|
6 | | content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7 | | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8 | `-> <title>Document</title>
|
|
9 | </head>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | | <meta charset="UTF-8">
|
|
5 | | <meta name="viewport"
|
|
6 | | content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7 | | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8 | `-> <title>Document</title>
|
|
9 | </head>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <meta charset="UTF-8">
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:3:1]
|
|
3 | ,-> <head>
|
|
4 | `-> <meta charset="UTF-8">
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:4:5]
|
|
4 | <meta charset="UTF-8">
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:4:5]
|
|
4 | <meta charset="UTF-8">
|
|
: ^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:4:5]
|
|
4 | ,-> <meta charset="UTF-8">
|
|
5 | `-> <meta name="viewport"
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:4:5]
|
|
4 | ,-> <meta charset="UTF-8">
|
|
5 | `-> <meta name="viewport"
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:5:5]
|
|
5 | ,-> <meta name="viewport"
|
|
6 | `-> content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:5:5]
|
|
5 | ,-> <meta name="viewport"
|
|
6 | `-> content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:6:11]
|
|
6 | ,-> content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7 | `-> <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:6:11]
|
|
6 | ,-> content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7 | `-> <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:7:5]
|
|
7 | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:7:5]
|
|
7 | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:7:5]
|
|
7 | ,-> <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8 | `-> <title>Document</title>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:7:5]
|
|
7 | ,-> <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8 | `-> <title>Document</title>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:8:5]
|
|
8 | <title>Document</title>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:8:5]
|
|
8 | <title>Document</title>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:8:5]
|
|
8 | <title>Document</title>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:8:5]
|
|
8 | <title>Document</title>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:8:5]
|
|
8 | <title>Document</title>
|
|
: ^
|
|
9 | </head>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:8:5]
|
|
8 | <title>Document</title>
|
|
: ^
|
|
9 | </head>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:9:1]
|
|
9 | </head>
|
|
: ^
|
|
10 | <body>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:9:1]
|
|
9 | </head>
|
|
: ^
|
|
10 | <body>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:10:1]
|
|
10 | ,-> <body>
|
|
11 | | <table>
|
|
12 | | <tr>
|
|
13 | | <td> </td>
|
|
14 | | <td>Knocky</td>
|
|
15 | | <td>Flor</td>
|
|
16 | | <td>Ella</td>
|
|
17 | | <td>Juan</td>
|
|
18 | | </tr>
|
|
19 | | <tr>
|
|
20 | | <td>Breed</td>
|
|
21 | | <td>Jack Russell</td>
|
|
22 | | <td>Poodle</td>
|
|
23 | | <td>Streetdog</td>
|
|
24 | | <td>Cocker Spaniel</td>
|
|
25 | | </tr>
|
|
26 | | <tr>
|
|
27 | | <td>Age</td>
|
|
28 | | <td>16</td>
|
|
29 | | <td>9</td>
|
|
30 | | <td>10</td>
|
|
31 | | <td>5</td>
|
|
32 | | </tr>
|
|
33 | | <tr>
|
|
34 | | <td>Owner</td>
|
|
35 | | <td>Mother-in-law</td>
|
|
36 | | <td>Me</td>
|
|
37 | | <td>Me</td>
|
|
38 | | <td>Sister-in-law</td>
|
|
39 | | </tr>
|
|
40 | | <tr>
|
|
41 | | <td>Eating Habits</td>
|
|
42 | | <td>Eats everyone's leftovers</td>
|
|
43 | | <td>Nibbles at food</td>
|
|
44 | | <td>Hearty eater</td>
|
|
45 | | <td>Will eat till he explodes</td>
|
|
46 | | </tr>
|
|
47 | | </table>
|
|
48 | |
|
|
49 | | <table>
|
|
50 | | <thead>
|
|
51 | | <tr>
|
|
52 | | <th>Student ID</th>
|
|
53 | | <th>Name</th>
|
|
54 | | </tr>
|
|
55 | | </thead>
|
|
56 | | <tbody>
|
|
57 | | <tr>
|
|
58 | | <th colspan="2">Computer Science</th>
|
|
59 | | </tr>
|
|
60 | | <tr>
|
|
61 | | <td>3741255</td>
|
|
62 | | <td>Jones, Martha</td>
|
|
63 | | </tr>
|
|
64 | | <tr>
|
|
65 | | <td>4077830</td>
|
|
66 | | <td>Pierce, Benjamin</td>
|
|
67 | | </tr>
|
|
68 | | <tr>
|
|
69 | | <td>5151701</td>
|
|
70 | | <td>Kirk, James</td>
|
|
71 | | </tr>
|
|
72 | | </tbody>
|
|
73 | | <tbody>
|
|
74 | | <tr>
|
|
75 | | <th colspan="2">Russian Literature</th>
|
|
76 | | </tr>
|
|
77 | | <tr>
|
|
78 | | <td>3971244</td>
|
|
79 | | <td>Nim, Victor</td>
|
|
80 | | </tr>
|
|
81 | | </tbody>
|
|
82 | | <tbody>
|
|
83 | | <tr>
|
|
84 | | <th colspan="2">Astrophysics</th>
|
|
85 | | </tr>
|
|
86 | | <tr>
|
|
87 | | <td>4100332</td>
|
|
88 | | <td>Petrov, Alexandra</td>
|
|
89 | | </tr>
|
|
90 | | <tr>
|
|
91 | | <td>8892377</td>
|
|
92 | | <td>Toyota, Hiroko</td>
|
|
93 | | </tr>
|
|
94 | | </tbody>
|
|
95 | | </table>
|
|
96 | `-> </body>
|
|
97 | </html>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:10:1]
|
|
10 | ,-> <body>
|
|
11 | | <table>
|
|
12 | | <tr>
|
|
13 | | <td> </td>
|
|
14 | | <td>Knocky</td>
|
|
15 | | <td>Flor</td>
|
|
16 | | <td>Ella</td>
|
|
17 | | <td>Juan</td>
|
|
18 | | </tr>
|
|
19 | | <tr>
|
|
20 | | <td>Breed</td>
|
|
21 | | <td>Jack Russell</td>
|
|
22 | | <td>Poodle</td>
|
|
23 | | <td>Streetdog</td>
|
|
24 | | <td>Cocker Spaniel</td>
|
|
25 | | </tr>
|
|
26 | | <tr>
|
|
27 | | <td>Age</td>
|
|
28 | | <td>16</td>
|
|
29 | | <td>9</td>
|
|
30 | | <td>10</td>
|
|
31 | | <td>5</td>
|
|
32 | | </tr>
|
|
33 | | <tr>
|
|
34 | | <td>Owner</td>
|
|
35 | | <td>Mother-in-law</td>
|
|
36 | | <td>Me</td>
|
|
37 | | <td>Me</td>
|
|
38 | | <td>Sister-in-law</td>
|
|
39 | | </tr>
|
|
40 | | <tr>
|
|
41 | | <td>Eating Habits</td>
|
|
42 | | <td>Eats everyone's leftovers</td>
|
|
43 | | <td>Nibbles at food</td>
|
|
44 | | <td>Hearty eater</td>
|
|
45 | | <td>Will eat till he explodes</td>
|
|
46 | | </tr>
|
|
47 | | </table>
|
|
48 | |
|
|
49 | | <table>
|
|
50 | | <thead>
|
|
51 | | <tr>
|
|
52 | | <th>Student ID</th>
|
|
53 | | <th>Name</th>
|
|
54 | | </tr>
|
|
55 | | </thead>
|
|
56 | | <tbody>
|
|
57 | | <tr>
|
|
58 | | <th colspan="2">Computer Science</th>
|
|
59 | | </tr>
|
|
60 | | <tr>
|
|
61 | | <td>3741255</td>
|
|
62 | | <td>Jones, Martha</td>
|
|
63 | | </tr>
|
|
64 | | <tr>
|
|
65 | | <td>4077830</td>
|
|
66 | | <td>Pierce, Benjamin</td>
|
|
67 | | </tr>
|
|
68 | | <tr>
|
|
69 | | <td>5151701</td>
|
|
70 | | <td>Kirk, James</td>
|
|
71 | | </tr>
|
|
72 | | </tbody>
|
|
73 | | <tbody>
|
|
74 | | <tr>
|
|
75 | | <th colspan="2">Russian Literature</th>
|
|
76 | | </tr>
|
|
77 | | <tr>
|
|
78 | | <td>3971244</td>
|
|
79 | | <td>Nim, Victor</td>
|
|
80 | | </tr>
|
|
81 | | </tbody>
|
|
82 | | <tbody>
|
|
83 | | <tr>
|
|
84 | | <th colspan="2">Astrophysics</th>
|
|
85 | | </tr>
|
|
86 | | <tr>
|
|
87 | | <td>4100332</td>
|
|
88 | | <td>Petrov, Alexandra</td>
|
|
89 | | </tr>
|
|
90 | | <tr>
|
|
91 | | <td>8892377</td>
|
|
92 | | <td>Toyota, Hiroko</td>
|
|
93 | | </tr>
|
|
94 | | </tbody>
|
|
95 | | </table>
|
|
96 | `-> </body>
|
|
97 | </html>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:10:1]
|
|
10 | ,-> <body>
|
|
11 | `-> <table>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:10:1]
|
|
10 | ,-> <body>
|
|
11 | `-> <table>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:11:5]
|
|
11 | ,-> <table>
|
|
12 | | <tr>
|
|
13 | | <td> </td>
|
|
14 | | <td>Knocky</td>
|
|
15 | | <td>Flor</td>
|
|
16 | | <td>Ella</td>
|
|
17 | | <td>Juan</td>
|
|
18 | | </tr>
|
|
19 | | <tr>
|
|
20 | | <td>Breed</td>
|
|
21 | | <td>Jack Russell</td>
|
|
22 | | <td>Poodle</td>
|
|
23 | | <td>Streetdog</td>
|
|
24 | | <td>Cocker Spaniel</td>
|
|
25 | | </tr>
|
|
26 | | <tr>
|
|
27 | | <td>Age</td>
|
|
28 | | <td>16</td>
|
|
29 | | <td>9</td>
|
|
30 | | <td>10</td>
|
|
31 | | <td>5</td>
|
|
32 | | </tr>
|
|
33 | | <tr>
|
|
34 | | <td>Owner</td>
|
|
35 | | <td>Mother-in-law</td>
|
|
36 | | <td>Me</td>
|
|
37 | | <td>Me</td>
|
|
38 | | <td>Sister-in-law</td>
|
|
39 | | </tr>
|
|
40 | | <tr>
|
|
41 | | <td>Eating Habits</td>
|
|
42 | | <td>Eats everyone's leftovers</td>
|
|
43 | | <td>Nibbles at food</td>
|
|
44 | | <td>Hearty eater</td>
|
|
45 | | <td>Will eat till he explodes</td>
|
|
46 | | </tr>
|
|
47 | `-> </table>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:11:5]
|
|
11 | ,-> <table>
|
|
12 | | <tr>
|
|
13 | | <td> </td>
|
|
14 | | <td>Knocky</td>
|
|
15 | | <td>Flor</td>
|
|
16 | | <td>Ella</td>
|
|
17 | | <td>Juan</td>
|
|
18 | | </tr>
|
|
19 | | <tr>
|
|
20 | | <td>Breed</td>
|
|
21 | | <td>Jack Russell</td>
|
|
22 | | <td>Poodle</td>
|
|
23 | | <td>Streetdog</td>
|
|
24 | | <td>Cocker Spaniel</td>
|
|
25 | | </tr>
|
|
26 | | <tr>
|
|
27 | | <td>Age</td>
|
|
28 | | <td>16</td>
|
|
29 | | <td>9</td>
|
|
30 | | <td>10</td>
|
|
31 | | <td>5</td>
|
|
32 | | </tr>
|
|
33 | | <tr>
|
|
34 | | <td>Owner</td>
|
|
35 | | <td>Mother-in-law</td>
|
|
36 | | <td>Me</td>
|
|
37 | | <td>Me</td>
|
|
38 | | <td>Sister-in-law</td>
|
|
39 | | </tr>
|
|
40 | | <tr>
|
|
41 | | <td>Eating Habits</td>
|
|
42 | | <td>Eats everyone's leftovers</td>
|
|
43 | | <td>Nibbles at food</td>
|
|
44 | | <td>Hearty eater</td>
|
|
45 | | <td>Will eat till he explodes</td>
|
|
46 | | </tr>
|
|
47 | `-> </table>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:11:5]
|
|
11 | ,-> <table>
|
|
12 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:11:5]
|
|
11 | ,-> <table>
|
|
12 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:1:1]
|
|
1 | ,-> <!doctype html>
|
|
2 | | <html lang="en">
|
|
3 | | <head>
|
|
4 | | <meta charset="UTF-8">
|
|
5 | | <meta name="viewport"
|
|
6 | | content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7 | | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8 | | <title>Document</title>
|
|
9 | | </head>
|
|
10 | | <body>
|
|
11 | | <table>
|
|
12 | | <tr>
|
|
13 | | <td> </td>
|
|
14 | | <td>Knocky</td>
|
|
15 | | <td>Flor</td>
|
|
16 | | <td>Ella</td>
|
|
17 | | <td>Juan</td>
|
|
18 | | </tr>
|
|
19 | | <tr>
|
|
20 | | <td>Breed</td>
|
|
21 | | <td>Jack Russell</td>
|
|
22 | | <td>Poodle</td>
|
|
23 | | <td>Streetdog</td>
|
|
24 | | <td>Cocker Spaniel</td>
|
|
25 | | </tr>
|
|
26 | | <tr>
|
|
27 | | <td>Age</td>
|
|
28 | | <td>16</td>
|
|
29 | | <td>9</td>
|
|
30 | | <td>10</td>
|
|
31 | | <td>5</td>
|
|
32 | | </tr>
|
|
33 | | <tr>
|
|
34 | | <td>Owner</td>
|
|
35 | | <td>Mother-in-law</td>
|
|
36 | | <td>Me</td>
|
|
37 | | <td>Me</td>
|
|
38 | | <td>Sister-in-law</td>
|
|
39 | | </tr>
|
|
40 | | <tr>
|
|
41 | | <td>Eating Habits</td>
|
|
42 | | <td>Eats everyone's leftovers</td>
|
|
43 | | <td>Nibbles at food</td>
|
|
44 | | <td>Hearty eater</td>
|
|
45 | | <td>Will eat till he explodes</td>
|
|
46 | | </tr>
|
|
47 | `-> </table>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:1:1]
|
|
1 | ,-> <!doctype html>
|
|
2 | | <html lang="en">
|
|
3 | | <head>
|
|
4 | | <meta charset="UTF-8">
|
|
5 | | <meta name="viewport"
|
|
6 | | content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
7 | | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
8 | | <title>Document</title>
|
|
9 | | </head>
|
|
10 | | <body>
|
|
11 | | <table>
|
|
12 | | <tr>
|
|
13 | | <td> </td>
|
|
14 | | <td>Knocky</td>
|
|
15 | | <td>Flor</td>
|
|
16 | | <td>Ella</td>
|
|
17 | | <td>Juan</td>
|
|
18 | | </tr>
|
|
19 | | <tr>
|
|
20 | | <td>Breed</td>
|
|
21 | | <td>Jack Russell</td>
|
|
22 | | <td>Poodle</td>
|
|
23 | | <td>Streetdog</td>
|
|
24 | | <td>Cocker Spaniel</td>
|
|
25 | | </tr>
|
|
26 | | <tr>
|
|
27 | | <td>Age</td>
|
|
28 | | <td>16</td>
|
|
29 | | <td>9</td>
|
|
30 | | <td>10</td>
|
|
31 | | <td>5</td>
|
|
32 | | </tr>
|
|
33 | | <tr>
|
|
34 | | <td>Owner</td>
|
|
35 | | <td>Mother-in-law</td>
|
|
36 | | <td>Me</td>
|
|
37 | | <td>Me</td>
|
|
38 | | <td>Sister-in-law</td>
|
|
39 | | </tr>
|
|
40 | | <tr>
|
|
41 | | <td>Eating Habits</td>
|
|
42 | | <td>Eats everyone's leftovers</td>
|
|
43 | | <td>Nibbles at food</td>
|
|
44 | | <td>Hearty eater</td>
|
|
45 | | <td>Will eat till he explodes</td>
|
|
46 | | </tr>
|
|
47 | `-> </table>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:12:9]
|
|
12 | ,-> <tr>
|
|
13 | | <td> </td>
|
|
14 | | <td>Knocky</td>
|
|
15 | | <td>Flor</td>
|
|
16 | | <td>Ella</td>
|
|
17 | | <td>Juan</td>
|
|
18 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:12:9]
|
|
12 | ,-> <tr>
|
|
13 | | <td> </td>
|
|
14 | | <td>Knocky</td>
|
|
15 | | <td>Flor</td>
|
|
16 | | <td>Ella</td>
|
|
17 | | <td>Juan</td>
|
|
18 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:12:9]
|
|
12 | ,-> <tr>
|
|
13 | `-> <td> </td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:12:9]
|
|
12 | ,-> <tr>
|
|
13 | `-> <td> </td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:13:13]
|
|
13 | <td> </td>
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:13:13]
|
|
13 | <td> </td>
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:13:13]
|
|
13 | <td> </td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:13:13]
|
|
13 | <td> </td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:13:13]
|
|
13 | ,-> <td> </td>
|
|
14 | `-> <td>Knocky</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:13:13]
|
|
13 | ,-> <td> </td>
|
|
14 | `-> <td>Knocky</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:14:13]
|
|
14 | <td>Knocky</td>
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:14:13]
|
|
14 | <td>Knocky</td>
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:14:13]
|
|
14 | <td>Knocky</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:14:13]
|
|
14 | <td>Knocky</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:14:13]
|
|
14 | ,-> <td>Knocky</td>
|
|
15 | `-> <td>Flor</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:14:13]
|
|
14 | ,-> <td>Knocky</td>
|
|
15 | `-> <td>Flor</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:15:13]
|
|
15 | <td>Flor</td>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:15:13]
|
|
15 | <td>Flor</td>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:15:13]
|
|
15 | <td>Flor</td>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:15:13]
|
|
15 | <td>Flor</td>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:15:13]
|
|
15 | ,-> <td>Flor</td>
|
|
16 | `-> <td>Ella</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:15:13]
|
|
15 | ,-> <td>Flor</td>
|
|
16 | `-> <td>Ella</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:16:13]
|
|
16 | <td>Ella</td>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:16:13]
|
|
16 | <td>Ella</td>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:16:13]
|
|
16 | <td>Ella</td>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:16:13]
|
|
16 | <td>Ella</td>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:16:13]
|
|
16 | ,-> <td>Ella</td>
|
|
17 | `-> <td>Juan</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:16:13]
|
|
16 | ,-> <td>Ella</td>
|
|
17 | `-> <td>Juan</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:17:13]
|
|
17 | <td>Juan</td>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:17:13]
|
|
17 | <td>Juan</td>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:17:13]
|
|
17 | <td>Juan</td>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:17:13]
|
|
17 | <td>Juan</td>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:17:13]
|
|
17 | ,-> <td>Juan</td>
|
|
18 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:17:13]
|
|
17 | ,-> <td>Juan</td>
|
|
18 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:18:9]
|
|
18 | ,-> </tr>
|
|
19 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:18:9]
|
|
18 | ,-> </tr>
|
|
19 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:19:9]
|
|
19 | ,-> <tr>
|
|
20 | | <td>Breed</td>
|
|
21 | | <td>Jack Russell</td>
|
|
22 | | <td>Poodle</td>
|
|
23 | | <td>Streetdog</td>
|
|
24 | | <td>Cocker Spaniel</td>
|
|
25 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:19:9]
|
|
19 | ,-> <tr>
|
|
20 | | <td>Breed</td>
|
|
21 | | <td>Jack Russell</td>
|
|
22 | | <td>Poodle</td>
|
|
23 | | <td>Streetdog</td>
|
|
24 | | <td>Cocker Spaniel</td>
|
|
25 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:19:9]
|
|
19 | ,-> <tr>
|
|
20 | `-> <td>Breed</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:19:9]
|
|
19 | ,-> <tr>
|
|
20 | `-> <td>Breed</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:20:13]
|
|
20 | <td>Breed</td>
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:20:13]
|
|
20 | <td>Breed</td>
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:20:13]
|
|
20 | <td>Breed</td>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:20:13]
|
|
20 | <td>Breed</td>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:20:13]
|
|
20 | ,-> <td>Breed</td>
|
|
21 | `-> <td>Jack Russell</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:20:13]
|
|
20 | ,-> <td>Breed</td>
|
|
21 | `-> <td>Jack Russell</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:21:13]
|
|
21 | <td>Jack Russell</td>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:21:13]
|
|
21 | <td>Jack Russell</td>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:21:13]
|
|
21 | <td>Jack Russell</td>
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:21:13]
|
|
21 | <td>Jack Russell</td>
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:21:13]
|
|
21 | ,-> <td>Jack Russell</td>
|
|
22 | `-> <td>Poodle</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:21:13]
|
|
21 | ,-> <td>Jack Russell</td>
|
|
22 | `-> <td>Poodle</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:22:13]
|
|
22 | <td>Poodle</td>
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:22:13]
|
|
22 | <td>Poodle</td>
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:22:13]
|
|
22 | <td>Poodle</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:22:13]
|
|
22 | <td>Poodle</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:22:13]
|
|
22 | ,-> <td>Poodle</td>
|
|
23 | `-> <td>Streetdog</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:22:13]
|
|
22 | ,-> <td>Poodle</td>
|
|
23 | `-> <td>Streetdog</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:23:13]
|
|
23 | <td>Streetdog</td>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:23:13]
|
|
23 | <td>Streetdog</td>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:23:13]
|
|
23 | <td>Streetdog</td>
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:23:13]
|
|
23 | <td>Streetdog</td>
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:23:13]
|
|
23 | ,-> <td>Streetdog</td>
|
|
24 | `-> <td>Cocker Spaniel</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:23:13]
|
|
23 | ,-> <td>Streetdog</td>
|
|
24 | `-> <td>Cocker Spaniel</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:24:13]
|
|
24 | <td>Cocker Spaniel</td>
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:24:13]
|
|
24 | <td>Cocker Spaniel</td>
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:24:13]
|
|
24 | <td>Cocker Spaniel</td>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:24:13]
|
|
24 | <td>Cocker Spaniel</td>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:24:13]
|
|
24 | ,-> <td>Cocker Spaniel</td>
|
|
25 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:24:13]
|
|
24 | ,-> <td>Cocker Spaniel</td>
|
|
25 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:25:9]
|
|
25 | ,-> </tr>
|
|
26 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:25:9]
|
|
25 | ,-> </tr>
|
|
26 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:26:9]
|
|
26 | ,-> <tr>
|
|
27 | | <td>Age</td>
|
|
28 | | <td>16</td>
|
|
29 | | <td>9</td>
|
|
30 | | <td>10</td>
|
|
31 | | <td>5</td>
|
|
32 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:26:9]
|
|
26 | ,-> <tr>
|
|
27 | | <td>Age</td>
|
|
28 | | <td>16</td>
|
|
29 | | <td>9</td>
|
|
30 | | <td>10</td>
|
|
31 | | <td>5</td>
|
|
32 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:26:9]
|
|
26 | ,-> <tr>
|
|
27 | `-> <td>Age</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:26:9]
|
|
26 | ,-> <tr>
|
|
27 | `-> <td>Age</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:27:13]
|
|
27 | <td>Age</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:27:13]
|
|
27 | <td>Age</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:27:13]
|
|
27 | <td>Age</td>
|
|
: ^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:27:13]
|
|
27 | <td>Age</td>
|
|
: ^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:27:13]
|
|
27 | ,-> <td>Age</td>
|
|
28 | `-> <td>16</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:27:13]
|
|
27 | ,-> <td>Age</td>
|
|
28 | `-> <td>16</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:28:13]
|
|
28 | <td>16</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:28:13]
|
|
28 | <td>16</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:28:13]
|
|
28 | <td>16</td>
|
|
: ^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:28:13]
|
|
28 | <td>16</td>
|
|
: ^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:28:13]
|
|
28 | ,-> <td>16</td>
|
|
29 | `-> <td>9</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:28:13]
|
|
28 | ,-> <td>16</td>
|
|
29 | `-> <td>9</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:29:13]
|
|
29 | <td>9</td>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:29:13]
|
|
29 | <td>9</td>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:29:13]
|
|
29 | <td>9</td>
|
|
: ^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:29:13]
|
|
29 | <td>9</td>
|
|
: ^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:29:13]
|
|
29 | ,-> <td>9</td>
|
|
30 | `-> <td>10</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:29:13]
|
|
29 | ,-> <td>9</td>
|
|
30 | `-> <td>10</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:30:13]
|
|
30 | <td>10</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:30:13]
|
|
30 | <td>10</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:30:13]
|
|
30 | <td>10</td>
|
|
: ^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:30:13]
|
|
30 | <td>10</td>
|
|
: ^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:30:13]
|
|
30 | ,-> <td>10</td>
|
|
31 | `-> <td>5</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:30:13]
|
|
30 | ,-> <td>10</td>
|
|
31 | `-> <td>5</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:31:13]
|
|
31 | <td>5</td>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:31:13]
|
|
31 | <td>5</td>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:31:13]
|
|
31 | <td>5</td>
|
|
: ^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:31:13]
|
|
31 | <td>5</td>
|
|
: ^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:31:13]
|
|
31 | ,-> <td>5</td>
|
|
32 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:31:13]
|
|
31 | ,-> <td>5</td>
|
|
32 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:32:9]
|
|
32 | ,-> </tr>
|
|
33 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:32:9]
|
|
32 | ,-> </tr>
|
|
33 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:33:9]
|
|
33 | ,-> <tr>
|
|
34 | | <td>Owner</td>
|
|
35 | | <td>Mother-in-law</td>
|
|
36 | | <td>Me</td>
|
|
37 | | <td>Me</td>
|
|
38 | | <td>Sister-in-law</td>
|
|
39 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:33:9]
|
|
33 | ,-> <tr>
|
|
34 | | <td>Owner</td>
|
|
35 | | <td>Mother-in-law</td>
|
|
36 | | <td>Me</td>
|
|
37 | | <td>Me</td>
|
|
38 | | <td>Sister-in-law</td>
|
|
39 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:33:9]
|
|
33 | ,-> <tr>
|
|
34 | `-> <td>Owner</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:33:9]
|
|
33 | ,-> <tr>
|
|
34 | `-> <td>Owner</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:34:13]
|
|
34 | <td>Owner</td>
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:34:13]
|
|
34 | <td>Owner</td>
|
|
: ^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:34:13]
|
|
34 | <td>Owner</td>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:34:13]
|
|
34 | <td>Owner</td>
|
|
: ^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:34:13]
|
|
34 | ,-> <td>Owner</td>
|
|
35 | `-> <td>Mother-in-law</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:34:13]
|
|
34 | ,-> <td>Owner</td>
|
|
35 | `-> <td>Mother-in-law</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:35:13]
|
|
35 | <td>Mother-in-law</td>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:35:13]
|
|
35 | <td>Mother-in-law</td>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:35:13]
|
|
35 | <td>Mother-in-law</td>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:35:13]
|
|
35 | <td>Mother-in-law</td>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:35:13]
|
|
35 | ,-> <td>Mother-in-law</td>
|
|
36 | `-> <td>Me</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:35:13]
|
|
35 | ,-> <td>Mother-in-law</td>
|
|
36 | `-> <td>Me</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:36:13]
|
|
36 | <td>Me</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:36:13]
|
|
36 | <td>Me</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:36:13]
|
|
36 | <td>Me</td>
|
|
: ^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:36:13]
|
|
36 | <td>Me</td>
|
|
: ^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:36:13]
|
|
36 | ,-> <td>Me</td>
|
|
37 | `-> <td>Me</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:36:13]
|
|
36 | ,-> <td>Me</td>
|
|
37 | `-> <td>Me</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:37:13]
|
|
37 | <td>Me</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:37:13]
|
|
37 | <td>Me</td>
|
|
: ^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:37:13]
|
|
37 | <td>Me</td>
|
|
: ^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:37:13]
|
|
37 | <td>Me</td>
|
|
: ^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:37:13]
|
|
37 | ,-> <td>Me</td>
|
|
38 | `-> <td>Sister-in-law</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:37:13]
|
|
37 | ,-> <td>Me</td>
|
|
38 | `-> <td>Sister-in-law</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:38:13]
|
|
38 | <td>Sister-in-law</td>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:38:13]
|
|
38 | <td>Sister-in-law</td>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:38:13]
|
|
38 | <td>Sister-in-law</td>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:38:13]
|
|
38 | <td>Sister-in-law</td>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:38:13]
|
|
38 | ,-> <td>Sister-in-law</td>
|
|
39 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:38:13]
|
|
38 | ,-> <td>Sister-in-law</td>
|
|
39 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:39:9]
|
|
39 | ,-> </tr>
|
|
40 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:39:9]
|
|
39 | ,-> </tr>
|
|
40 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:40:9]
|
|
40 | ,-> <tr>
|
|
41 | | <td>Eating Habits</td>
|
|
42 | | <td>Eats everyone's leftovers</td>
|
|
43 | | <td>Nibbles at food</td>
|
|
44 | | <td>Hearty eater</td>
|
|
45 | | <td>Will eat till he explodes</td>
|
|
46 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:40:9]
|
|
40 | ,-> <tr>
|
|
41 | | <td>Eating Habits</td>
|
|
42 | | <td>Eats everyone's leftovers</td>
|
|
43 | | <td>Nibbles at food</td>
|
|
44 | | <td>Hearty eater</td>
|
|
45 | | <td>Will eat till he explodes</td>
|
|
46 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:40:9]
|
|
40 | ,-> <tr>
|
|
41 | `-> <td>Eating Habits</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:40:9]
|
|
40 | ,-> <tr>
|
|
41 | `-> <td>Eating Habits</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:41:13]
|
|
41 | <td>Eating Habits</td>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:41:13]
|
|
41 | <td>Eating Habits</td>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:41:13]
|
|
41 | <td>Eating Habits</td>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:41:13]
|
|
41 | <td>Eating Habits</td>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:41:13]
|
|
41 | ,-> <td>Eating Habits</td>
|
|
42 | `-> <td>Eats everyone's leftovers</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:41:13]
|
|
41 | ,-> <td>Eating Habits</td>
|
|
42 | `-> <td>Eats everyone's leftovers</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:42:13]
|
|
42 | <td>Eats everyone's leftovers</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:42:13]
|
|
42 | <td>Eats everyone's leftovers</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:42:13]
|
|
42 | <td>Eats everyone's leftovers</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:42:13]
|
|
42 | <td>Eats everyone's leftovers</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:42:13]
|
|
42 | ,-> <td>Eats everyone's leftovers</td>
|
|
43 | `-> <td>Nibbles at food</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:42:13]
|
|
42 | ,-> <td>Eats everyone's leftovers</td>
|
|
43 | `-> <td>Nibbles at food</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:43:13]
|
|
43 | <td>Nibbles at food</td>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:43:13]
|
|
43 | <td>Nibbles at food</td>
|
|
: ^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:43:13]
|
|
43 | <td>Nibbles at food</td>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:43:13]
|
|
43 | <td>Nibbles at food</td>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:43:13]
|
|
43 | ,-> <td>Nibbles at food</td>
|
|
44 | `-> <td>Hearty eater</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:43:13]
|
|
43 | ,-> <td>Nibbles at food</td>
|
|
44 | `-> <td>Hearty eater</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:44:13]
|
|
44 | <td>Hearty eater</td>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:44:13]
|
|
44 | <td>Hearty eater</td>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:44:13]
|
|
44 | <td>Hearty eater</td>
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:44:13]
|
|
44 | <td>Hearty eater</td>
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:44:13]
|
|
44 | ,-> <td>Hearty eater</td>
|
|
45 | `-> <td>Will eat till he explodes</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:44:13]
|
|
44 | ,-> <td>Hearty eater</td>
|
|
45 | `-> <td>Will eat till he explodes</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:45:13]
|
|
45 | <td>Will eat till he explodes</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:45:13]
|
|
45 | <td>Will eat till he explodes</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:45:13]
|
|
45 | <td>Will eat till he explodes</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:45:13]
|
|
45 | <td>Will eat till he explodes</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:45:13]
|
|
45 | ,-> <td>Will eat till he explodes</td>
|
|
46 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:45:13]
|
|
45 | ,-> <td>Will eat till he explodes</td>
|
|
46 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:46:9]
|
|
46 | ,-> </tr>
|
|
47 | `-> </table>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:46:9]
|
|
46 | ,-> </tr>
|
|
47 | `-> </table>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:47:5]
|
|
47 | ,-> </table>
|
|
48 | |
|
|
49 | `-> <table>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:47:5]
|
|
47 | ,-> </table>
|
|
48 | |
|
|
49 | `-> <table>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:49:5]
|
|
49 | ,-> <table>
|
|
50 | | <thead>
|
|
51 | | <tr>
|
|
52 | | <th>Student ID</th>
|
|
53 | | <th>Name</th>
|
|
54 | | </tr>
|
|
55 | | </thead>
|
|
56 | | <tbody>
|
|
57 | | <tr>
|
|
58 | | <th colspan="2">Computer Science</th>
|
|
59 | | </tr>
|
|
60 | | <tr>
|
|
61 | | <td>3741255</td>
|
|
62 | | <td>Jones, Martha</td>
|
|
63 | | </tr>
|
|
64 | | <tr>
|
|
65 | | <td>4077830</td>
|
|
66 | | <td>Pierce, Benjamin</td>
|
|
67 | | </tr>
|
|
68 | | <tr>
|
|
69 | | <td>5151701</td>
|
|
70 | | <td>Kirk, James</td>
|
|
71 | | </tr>
|
|
72 | | </tbody>
|
|
73 | | <tbody>
|
|
74 | | <tr>
|
|
75 | | <th colspan="2">Russian Literature</th>
|
|
76 | | </tr>
|
|
77 | | <tr>
|
|
78 | | <td>3971244</td>
|
|
79 | | <td>Nim, Victor</td>
|
|
80 | | </tr>
|
|
81 | | </tbody>
|
|
82 | | <tbody>
|
|
83 | | <tr>
|
|
84 | | <th colspan="2">Astrophysics</th>
|
|
85 | | </tr>
|
|
86 | | <tr>
|
|
87 | | <td>4100332</td>
|
|
88 | | <td>Petrov, Alexandra</td>
|
|
89 | | </tr>
|
|
90 | | <tr>
|
|
91 | | <td>8892377</td>
|
|
92 | | <td>Toyota, Hiroko</td>
|
|
93 | | </tr>
|
|
94 | | </tbody>
|
|
95 | `-> </table>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:49:5]
|
|
49 | ,-> <table>
|
|
50 | | <thead>
|
|
51 | | <tr>
|
|
52 | | <th>Student ID</th>
|
|
53 | | <th>Name</th>
|
|
54 | | </tr>
|
|
55 | | </thead>
|
|
56 | | <tbody>
|
|
57 | | <tr>
|
|
58 | | <th colspan="2">Computer Science</th>
|
|
59 | | </tr>
|
|
60 | | <tr>
|
|
61 | | <td>3741255</td>
|
|
62 | | <td>Jones, Martha</td>
|
|
63 | | </tr>
|
|
64 | | <tr>
|
|
65 | | <td>4077830</td>
|
|
66 | | <td>Pierce, Benjamin</td>
|
|
67 | | </tr>
|
|
68 | | <tr>
|
|
69 | | <td>5151701</td>
|
|
70 | | <td>Kirk, James</td>
|
|
71 | | </tr>
|
|
72 | | </tbody>
|
|
73 | | <tbody>
|
|
74 | | <tr>
|
|
75 | | <th colspan="2">Russian Literature</th>
|
|
76 | | </tr>
|
|
77 | | <tr>
|
|
78 | | <td>3971244</td>
|
|
79 | | <td>Nim, Victor</td>
|
|
80 | | </tr>
|
|
81 | | </tbody>
|
|
82 | | <tbody>
|
|
83 | | <tr>
|
|
84 | | <th colspan="2">Astrophysics</th>
|
|
85 | | </tr>
|
|
86 | | <tr>
|
|
87 | | <td>4100332</td>
|
|
88 | | <td>Petrov, Alexandra</td>
|
|
89 | | </tr>
|
|
90 | | <tr>
|
|
91 | | <td>8892377</td>
|
|
92 | | <td>Toyota, Hiroko</td>
|
|
93 | | </tr>
|
|
94 | | </tbody>
|
|
95 | `-> </table>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:49:5]
|
|
49 | ,-> <table>
|
|
50 | `-> <thead>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:49:5]
|
|
49 | ,-> <table>
|
|
50 | `-> <thead>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:50:9]
|
|
50 | ,-> <thead>
|
|
51 | | <tr>
|
|
52 | | <th>Student ID</th>
|
|
53 | | <th>Name</th>
|
|
54 | | </tr>
|
|
55 | `-> </thead>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:50:9]
|
|
50 | ,-> <thead>
|
|
51 | | <tr>
|
|
52 | | <th>Student ID</th>
|
|
53 | | <th>Name</th>
|
|
54 | | </tr>
|
|
55 | `-> </thead>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:50:9]
|
|
50 | ,-> <thead>
|
|
51 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:50:9]
|
|
50 | ,-> <thead>
|
|
51 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:51:9]
|
|
51 | ,-> <tr>
|
|
52 | | <th>Student ID</th>
|
|
53 | | <th>Name</th>
|
|
54 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:51:9]
|
|
51 | ,-> <tr>
|
|
52 | | <th>Student ID</th>
|
|
53 | | <th>Name</th>
|
|
54 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:51:9]
|
|
51 | ,-> <tr>
|
|
52 | `-> <th>Student ID</th>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:51:9]
|
|
51 | ,-> <tr>
|
|
52 | `-> <th>Student ID</th>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:52:13]
|
|
52 | <th>Student ID</th>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:52:13]
|
|
52 | <th>Student ID</th>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:52:13]
|
|
52 | <th>Student ID</th>
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:52:13]
|
|
52 | <th>Student ID</th>
|
|
: ^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:52:13]
|
|
52 | ,-> <th>Student ID</th>
|
|
53 | `-> <th>Name</th>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:52:13]
|
|
52 | ,-> <th>Student ID</th>
|
|
53 | `-> <th>Name</th>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:53:13]
|
|
53 | <th>Name</th>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:53:13]
|
|
53 | <th>Name</th>
|
|
: ^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:53:13]
|
|
53 | <th>Name</th>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:53:13]
|
|
53 | <th>Name</th>
|
|
: ^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:53:13]
|
|
53 | ,-> <th>Name</th>
|
|
54 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:53:13]
|
|
53 | ,-> <th>Name</th>
|
|
54 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:54:9]
|
|
54 | ,-> </tr>
|
|
55 | `-> </thead>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:54:9]
|
|
54 | ,-> </tr>
|
|
55 | `-> </thead>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:55:9]
|
|
55 | ,-> </thead>
|
|
56 | `-> <tbody>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:55:9]
|
|
55 | ,-> </thead>
|
|
56 | `-> <tbody>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:56:9]
|
|
56 | ,-> <tbody>
|
|
57 | | <tr>
|
|
58 | | <th colspan="2">Computer Science</th>
|
|
59 | | </tr>
|
|
60 | | <tr>
|
|
61 | | <td>3741255</td>
|
|
62 | | <td>Jones, Martha</td>
|
|
63 | | </tr>
|
|
64 | | <tr>
|
|
65 | | <td>4077830</td>
|
|
66 | | <td>Pierce, Benjamin</td>
|
|
67 | | </tr>
|
|
68 | | <tr>
|
|
69 | | <td>5151701</td>
|
|
70 | | <td>Kirk, James</td>
|
|
71 | | </tr>
|
|
72 | `-> </tbody>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:56:9]
|
|
56 | ,-> <tbody>
|
|
57 | | <tr>
|
|
58 | | <th colspan="2">Computer Science</th>
|
|
59 | | </tr>
|
|
60 | | <tr>
|
|
61 | | <td>3741255</td>
|
|
62 | | <td>Jones, Martha</td>
|
|
63 | | </tr>
|
|
64 | | <tr>
|
|
65 | | <td>4077830</td>
|
|
66 | | <td>Pierce, Benjamin</td>
|
|
67 | | </tr>
|
|
68 | | <tr>
|
|
69 | | <td>5151701</td>
|
|
70 | | <td>Kirk, James</td>
|
|
71 | | </tr>
|
|
72 | `-> </tbody>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:56:9]
|
|
56 | ,-> <tbody>
|
|
57 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:56:9]
|
|
56 | ,-> <tbody>
|
|
57 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:57:9]
|
|
57 | ,-> <tr>
|
|
58 | | <th colspan="2">Computer Science</th>
|
|
59 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:57:9]
|
|
57 | ,-> <tr>
|
|
58 | | <th colspan="2">Computer Science</th>
|
|
59 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:57:9]
|
|
57 | ,-> <tr>
|
|
58 | `-> <th colspan="2">Computer Science</th>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:57:9]
|
|
57 | ,-> <tr>
|
|
58 | `-> <th colspan="2">Computer Science</th>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:58:13]
|
|
58 | <th colspan="2">Computer Science</th>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:58:13]
|
|
58 | <th colspan="2">Computer Science</th>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:58:13]
|
|
58 | <th colspan="2">Computer Science</th>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:58:13]
|
|
58 | <th colspan="2">Computer Science</th>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:58:13]
|
|
58 | ,-> <th colspan="2">Computer Science</th>
|
|
59 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:58:13]
|
|
58 | ,-> <th colspan="2">Computer Science</th>
|
|
59 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:59:9]
|
|
59 | ,-> </tr>
|
|
60 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:59:9]
|
|
59 | ,-> </tr>
|
|
60 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:60:9]
|
|
60 | ,-> <tr>
|
|
61 | | <td>3741255</td>
|
|
62 | | <td>Jones, Martha</td>
|
|
63 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:60:9]
|
|
60 | ,-> <tr>
|
|
61 | | <td>3741255</td>
|
|
62 | | <td>Jones, Martha</td>
|
|
63 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:60:9]
|
|
60 | ,-> <tr>
|
|
61 | `-> <td>3741255</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:60:9]
|
|
60 | ,-> <tr>
|
|
61 | `-> <td>3741255</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:61:13]
|
|
61 | <td>3741255</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:61:13]
|
|
61 | <td>3741255</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:61:13]
|
|
61 | <td>3741255</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:61:13]
|
|
61 | <td>3741255</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:61:13]
|
|
61 | ,-> <td>3741255</td>
|
|
62 | `-> <td>Jones, Martha</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:61:13]
|
|
61 | ,-> <td>3741255</td>
|
|
62 | `-> <td>Jones, Martha</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:62:13]
|
|
62 | <td>Jones, Martha</td>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:62:13]
|
|
62 | <td>Jones, Martha</td>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:62:13]
|
|
62 | <td>Jones, Martha</td>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:62:13]
|
|
62 | <td>Jones, Martha</td>
|
|
: ^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:62:13]
|
|
62 | ,-> <td>Jones, Martha</td>
|
|
63 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:62:13]
|
|
62 | ,-> <td>Jones, Martha</td>
|
|
63 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:63:9]
|
|
63 | ,-> </tr>
|
|
64 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:63:9]
|
|
63 | ,-> </tr>
|
|
64 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:64:9]
|
|
64 | ,-> <tr>
|
|
65 | | <td>4077830</td>
|
|
66 | | <td>Pierce, Benjamin</td>
|
|
67 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:64:9]
|
|
64 | ,-> <tr>
|
|
65 | | <td>4077830</td>
|
|
66 | | <td>Pierce, Benjamin</td>
|
|
67 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:64:9]
|
|
64 | ,-> <tr>
|
|
65 | `-> <td>4077830</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:64:9]
|
|
64 | ,-> <tr>
|
|
65 | `-> <td>4077830</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:65:13]
|
|
65 | <td>4077830</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:65:13]
|
|
65 | <td>4077830</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:65:13]
|
|
65 | <td>4077830</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:65:13]
|
|
65 | <td>4077830</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:65:13]
|
|
65 | ,-> <td>4077830</td>
|
|
66 | `-> <td>Pierce, Benjamin</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:65:13]
|
|
65 | ,-> <td>4077830</td>
|
|
66 | `-> <td>Pierce, Benjamin</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:66:13]
|
|
66 | <td>Pierce, Benjamin</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:66:13]
|
|
66 | <td>Pierce, Benjamin</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:66:13]
|
|
66 | <td>Pierce, Benjamin</td>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:66:13]
|
|
66 | <td>Pierce, Benjamin</td>
|
|
: ^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:66:13]
|
|
66 | ,-> <td>Pierce, Benjamin</td>
|
|
67 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:66:13]
|
|
66 | ,-> <td>Pierce, Benjamin</td>
|
|
67 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:67:9]
|
|
67 | ,-> </tr>
|
|
68 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:67:9]
|
|
67 | ,-> </tr>
|
|
68 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:68:9]
|
|
68 | ,-> <tr>
|
|
69 | | <td>5151701</td>
|
|
70 | | <td>Kirk, James</td>
|
|
71 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:68:9]
|
|
68 | ,-> <tr>
|
|
69 | | <td>5151701</td>
|
|
70 | | <td>Kirk, James</td>
|
|
71 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:68:9]
|
|
68 | ,-> <tr>
|
|
69 | `-> <td>5151701</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:68:9]
|
|
68 | ,-> <tr>
|
|
69 | `-> <td>5151701</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:69:13]
|
|
69 | <td>5151701</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:69:13]
|
|
69 | <td>5151701</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:69:13]
|
|
69 | <td>5151701</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:69:13]
|
|
69 | <td>5151701</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:69:13]
|
|
69 | ,-> <td>5151701</td>
|
|
70 | `-> <td>Kirk, James</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:69:13]
|
|
69 | ,-> <td>5151701</td>
|
|
70 | `-> <td>Kirk, James</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:70:13]
|
|
70 | <td>Kirk, James</td>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:70:13]
|
|
70 | <td>Kirk, James</td>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:70:13]
|
|
70 | <td>Kirk, James</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:70:13]
|
|
70 | <td>Kirk, James</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:70:13]
|
|
70 | ,-> <td>Kirk, James</td>
|
|
71 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:70:13]
|
|
70 | ,-> <td>Kirk, James</td>
|
|
71 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:71:9]
|
|
71 | ,-> </tr>
|
|
72 | `-> </tbody>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:71:9]
|
|
71 | ,-> </tr>
|
|
72 | `-> </tbody>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:72:9]
|
|
72 | ,-> </tbody>
|
|
73 | `-> <tbody>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:72:9]
|
|
72 | ,-> </tbody>
|
|
73 | `-> <tbody>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:73:9]
|
|
73 | ,-> <tbody>
|
|
74 | | <tr>
|
|
75 | | <th colspan="2">Russian Literature</th>
|
|
76 | | </tr>
|
|
77 | | <tr>
|
|
78 | | <td>3971244</td>
|
|
79 | | <td>Nim, Victor</td>
|
|
80 | | </tr>
|
|
81 | `-> </tbody>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:73:9]
|
|
73 | ,-> <tbody>
|
|
74 | | <tr>
|
|
75 | | <th colspan="2">Russian Literature</th>
|
|
76 | | </tr>
|
|
77 | | <tr>
|
|
78 | | <td>3971244</td>
|
|
79 | | <td>Nim, Victor</td>
|
|
80 | | </tr>
|
|
81 | `-> </tbody>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:73:9]
|
|
73 | ,-> <tbody>
|
|
74 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:73:9]
|
|
73 | ,-> <tbody>
|
|
74 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:74:9]
|
|
74 | ,-> <tr>
|
|
75 | | <th colspan="2">Russian Literature</th>
|
|
76 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:74:9]
|
|
74 | ,-> <tr>
|
|
75 | | <th colspan="2">Russian Literature</th>
|
|
76 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:74:9]
|
|
74 | ,-> <tr>
|
|
75 | `-> <th colspan="2">Russian Literature</th>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:74:9]
|
|
74 | ,-> <tr>
|
|
75 | `-> <th colspan="2">Russian Literature</th>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:75:13]
|
|
75 | <th colspan="2">Russian Literature</th>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:75:13]
|
|
75 | <th colspan="2">Russian Literature</th>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:75:13]
|
|
75 | <th colspan="2">Russian Literature</th>
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:75:13]
|
|
75 | <th colspan="2">Russian Literature</th>
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:75:13]
|
|
75 | ,-> <th colspan="2">Russian Literature</th>
|
|
76 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:75:13]
|
|
75 | ,-> <th colspan="2">Russian Literature</th>
|
|
76 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:76:9]
|
|
76 | ,-> </tr>
|
|
77 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:76:9]
|
|
76 | ,-> </tr>
|
|
77 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:77:9]
|
|
77 | ,-> <tr>
|
|
78 | | <td>3971244</td>
|
|
79 | | <td>Nim, Victor</td>
|
|
80 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:77:9]
|
|
77 | ,-> <tr>
|
|
78 | | <td>3971244</td>
|
|
79 | | <td>Nim, Victor</td>
|
|
80 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:77:9]
|
|
77 | ,-> <tr>
|
|
78 | `-> <td>3971244</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:77:9]
|
|
77 | ,-> <tr>
|
|
78 | `-> <td>3971244</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:78:13]
|
|
78 | <td>3971244</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:78:13]
|
|
78 | <td>3971244</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:78:13]
|
|
78 | <td>3971244</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:78:13]
|
|
78 | <td>3971244</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:78:13]
|
|
78 | ,-> <td>3971244</td>
|
|
79 | `-> <td>Nim, Victor</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:78:13]
|
|
78 | ,-> <td>3971244</td>
|
|
79 | `-> <td>Nim, Victor</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:79:13]
|
|
79 | <td>Nim, Victor</td>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:79:13]
|
|
79 | <td>Nim, Victor</td>
|
|
: ^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:79:13]
|
|
79 | <td>Nim, Victor</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:79:13]
|
|
79 | <td>Nim, Victor</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:79:13]
|
|
79 | ,-> <td>Nim, Victor</td>
|
|
80 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:79:13]
|
|
79 | ,-> <td>Nim, Victor</td>
|
|
80 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:80:9]
|
|
80 | ,-> </tr>
|
|
81 | `-> </tbody>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:80:9]
|
|
80 | ,-> </tr>
|
|
81 | `-> </tbody>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:81:9]
|
|
81 | ,-> </tbody>
|
|
82 | `-> <tbody>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:81:9]
|
|
81 | ,-> </tbody>
|
|
82 | `-> <tbody>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:82:9]
|
|
82 | ,-> <tbody>
|
|
83 | | <tr>
|
|
84 | | <th colspan="2">Astrophysics</th>
|
|
85 | | </tr>
|
|
86 | | <tr>
|
|
87 | | <td>4100332</td>
|
|
88 | | <td>Petrov, Alexandra</td>
|
|
89 | | </tr>
|
|
90 | | <tr>
|
|
91 | | <td>8892377</td>
|
|
92 | | <td>Toyota, Hiroko</td>
|
|
93 | | </tr>
|
|
94 | `-> </tbody>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:82:9]
|
|
82 | ,-> <tbody>
|
|
83 | | <tr>
|
|
84 | | <th colspan="2">Astrophysics</th>
|
|
85 | | </tr>
|
|
86 | | <tr>
|
|
87 | | <td>4100332</td>
|
|
88 | | <td>Petrov, Alexandra</td>
|
|
89 | | </tr>
|
|
90 | | <tr>
|
|
91 | | <td>8892377</td>
|
|
92 | | <td>Toyota, Hiroko</td>
|
|
93 | | </tr>
|
|
94 | `-> </tbody>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:82:9]
|
|
82 | ,-> <tbody>
|
|
83 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:82:9]
|
|
82 | ,-> <tbody>
|
|
83 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:83:9]
|
|
83 | ,-> <tr>
|
|
84 | | <th colspan="2">Astrophysics</th>
|
|
85 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:83:9]
|
|
83 | ,-> <tr>
|
|
84 | | <th colspan="2">Astrophysics</th>
|
|
85 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:83:9]
|
|
83 | ,-> <tr>
|
|
84 | `-> <th colspan="2">Astrophysics</th>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:83:9]
|
|
83 | ,-> <tr>
|
|
84 | `-> <th colspan="2">Astrophysics</th>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:84:13]
|
|
84 | <th colspan="2">Astrophysics</th>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:84:13]
|
|
84 | <th colspan="2">Astrophysics</th>
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:84:13]
|
|
84 | <th colspan="2">Astrophysics</th>
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:84:13]
|
|
84 | <th colspan="2">Astrophysics</th>
|
|
: ^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:84:13]
|
|
84 | ,-> <th colspan="2">Astrophysics</th>
|
|
85 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:84:13]
|
|
84 | ,-> <th colspan="2">Astrophysics</th>
|
|
85 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:85:9]
|
|
85 | ,-> </tr>
|
|
86 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:85:9]
|
|
85 | ,-> </tr>
|
|
86 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:86:9]
|
|
86 | ,-> <tr>
|
|
87 | | <td>4100332</td>
|
|
88 | | <td>Petrov, Alexandra</td>
|
|
89 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:86:9]
|
|
86 | ,-> <tr>
|
|
87 | | <td>4100332</td>
|
|
88 | | <td>Petrov, Alexandra</td>
|
|
89 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:86:9]
|
|
86 | ,-> <tr>
|
|
87 | `-> <td>4100332</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:86:9]
|
|
86 | ,-> <tr>
|
|
87 | `-> <td>4100332</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:87:13]
|
|
87 | <td>4100332</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:87:13]
|
|
87 | <td>4100332</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:87:13]
|
|
87 | <td>4100332</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:87:13]
|
|
87 | <td>4100332</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:87:13]
|
|
87 | ,-> <td>4100332</td>
|
|
88 | `-> <td>Petrov, Alexandra</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:87:13]
|
|
87 | ,-> <td>4100332</td>
|
|
88 | `-> <td>Petrov, Alexandra</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:88:13]
|
|
88 | <td>Petrov, Alexandra</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:88:13]
|
|
88 | <td>Petrov, Alexandra</td>
|
|
: ^^^^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:88:13]
|
|
88 | <td>Petrov, Alexandra</td>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:88:13]
|
|
88 | <td>Petrov, Alexandra</td>
|
|
: ^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:88:13]
|
|
88 | ,-> <td>Petrov, Alexandra</td>
|
|
89 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:88:13]
|
|
88 | ,-> <td>Petrov, Alexandra</td>
|
|
89 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:89:9]
|
|
89 | ,-> </tr>
|
|
90 | `-> <tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:89:9]
|
|
89 | ,-> </tr>
|
|
90 | `-> <tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:90:9]
|
|
90 | ,-> <tr>
|
|
91 | | <td>8892377</td>
|
|
92 | | <td>Toyota, Hiroko</td>
|
|
93 | `-> </tr>
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:90:9]
|
|
90 | ,-> <tr>
|
|
91 | | <td>8892377</td>
|
|
92 | | <td>Toyota, Hiroko</td>
|
|
93 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:90:9]
|
|
90 | ,-> <tr>
|
|
91 | `-> <td>8892377</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:90:9]
|
|
90 | ,-> <tr>
|
|
91 | `-> <td>8892377</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:91:13]
|
|
91 | <td>8892377</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:91:13]
|
|
91 | <td>8892377</td>
|
|
: ^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:91:13]
|
|
91 | <td>8892377</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:91:13]
|
|
91 | <td>8892377</td>
|
|
: ^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:91:13]
|
|
91 | ,-> <td>8892377</td>
|
|
92 | `-> <td>Toyota, Hiroko</td>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:91:13]
|
|
91 | ,-> <td>8892377</td>
|
|
92 | `-> <td>Toyota, Hiroko</td>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:92:13]
|
|
92 | <td>Toyota, Hiroko</td>
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Element
|
|
,-[$DIR/tests/fixture/element/table/input.html:92:13]
|
|
92 | <td>Toyota, Hiroko</td>
|
|
: ^^^^^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:92:13]
|
|
92 | <td>Toyota, Hiroko</td>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:92:13]
|
|
92 | <td>Toyota, Hiroko</td>
|
|
: ^^^^^^^^^^^^^^
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:92:13]
|
|
92 | ,-> <td>Toyota, Hiroko</td>
|
|
93 | `-> </tr>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:92:13]
|
|
92 | ,-> <td>Toyota, Hiroko</td>
|
|
93 | `-> </tr>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:93:9]
|
|
93 | ,-> </tr>
|
|
94 | `-> </tbody>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:93:9]
|
|
93 | ,-> </tr>
|
|
94 | `-> </tbody>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:94:9]
|
|
94 | ,-> </tbody>
|
|
95 | `-> </table>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:94:9]
|
|
94 | ,-> </tbody>
|
|
95 | `-> </table>
|
|
`----
|
|
|
|
x Child
|
|
,-[$DIR/tests/fixture/element/table/input.html:95:5]
|
|
95 | ,-> </table>
|
|
96 | `-> </body>
|
|
97 | </html>
|
|
`----
|
|
|
|
x Text
|
|
,-[$DIR/tests/fixture/element/table/input.html:95:5]
|
|
95 | ,-> </table>
|
|
96 | `-> </body>
|
|
97 | </html>
|
|
`----
|