2022-05-15 07:20:21 +03:00
|
|
|
|
2022-05-23 07:04:20 +03:00
|
|
|
x "select" start tag where end tag expected
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/recovery/element/select-2/input.html:7:1]
|
|
|
|
7 | <select name="test" id="test">
|
|
|
|
8 | <select name="test-1" id="test-1"></select>
|
|
|
|
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
9 | </select>
|
2022-05-15 07:20:21 +03:00
|
|
|
`----
|
|
|
|
|
2022-05-23 07:04:20 +03:00
|
|
|
x Stray end tag "select"
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/recovery/element/select-2/input.html:7:1]
|
|
|
|
7 | <select name="test" id="test">
|
|
|
|
8 | <select name="test-1" id="test-1"></select>
|
|
|
|
: ^^^^^^^^^
|
|
|
|
9 | </select>
|
2022-05-15 07:20:21 +03:00
|
|
|
`----
|
|
|
|
|
2022-05-23 07:04:20 +03:00
|
|
|
x Stray end tag "select"
|
2022-11-28 18:56:47 +03:00
|
|
|
,-[$DIR/tests/recovery/element/select-2/input.html:8:1]
|
|
|
|
8 | <select name="test-1" id="test-1"></select>
|
|
|
|
9 | </select>
|
|
|
|
: ^^^^^^^^^
|
|
|
|
10 | </body>
|
|
|
|
`----
|