mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Update html5lib-1.1
This commit is contained in:
parent
3a116486e7
commit
586fd15464
142 changed files with 90234 additions and 2393 deletions
49
lib/html5lib/tests/testdata/tree-construction/isindex.dat
vendored
Normal file
49
lib/html5lib/tests/testdata/tree-construction/isindex.dat
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
#data
|
||||
<isindex>
|
||||
#errors
|
||||
(1,9): expected-doctype-but-got-start-tag
|
||||
(1,9): expected-closing-tag-but-got-eof
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <isindex>
|
||||
|
||||
#data
|
||||
<isindex name="A" action="B" prompt="C" foo="D">
|
||||
#errors
|
||||
(1,48): expected-doctype-but-got-start-tag
|
||||
(1,48): expected-closing-tag-but-got-eof
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <isindex>
|
||||
| action="B"
|
||||
| foo="D"
|
||||
| name="A"
|
||||
| prompt="C"
|
||||
|
||||
#data
|
||||
<form><isindex>
|
||||
#errors
|
||||
(1,6): expected-doctype-but-got-start-tag
|
||||
(1,15): expected-closing-tag-but-got-eof
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <form>
|
||||
| <isindex>
|
||||
|
||||
#data
|
||||
<!doctype html><isindex>x</isindex>x
|
||||
#errors
|
||||
#document
|
||||
| <!DOCTYPE html>
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <isindex>
|
||||
| "x"
|
||||
| "x"
|
Loading…
Add table
Add a link
Reference in a new issue