mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Update html5lib-1.1
This commit is contained in:
parent
3a116486e7
commit
586fd15464
142 changed files with 90234 additions and 2393 deletions
46
lib/html5lib/tests/testdata/tree-construction/pending-spec-changes.dat
vendored
Normal file
46
lib/html5lib/tests/testdata/tree-construction/pending-spec-changes.dat
vendored
Normal file
|
@ -0,0 +1,46 @@
|
|||
#data
|
||||
<input type="hidden"><frameset>
|
||||
#errors
|
||||
(1,21): expected-doctype-but-got-start-tag
|
||||
(1,31): unexpected-start-tag
|
||||
(1,31): eof-in-frameset
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <frameset>
|
||||
|
||||
#data
|
||||
<!DOCTYPE html><table><caption><svg>foo</table>bar
|
||||
#errors
|
||||
(1,47): unexpected-end-tag
|
||||
(1,47): end-table-tag-in-caption
|
||||
#document
|
||||
| <!DOCTYPE html>
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <table>
|
||||
| <caption>
|
||||
| <svg svg>
|
||||
| "foo"
|
||||
| "bar"
|
||||
|
||||
#data
|
||||
<table><tr><td><svg><desc><td></desc><circle>
|
||||
#errors
|
||||
(1,7): expected-doctype-but-got-start-tag
|
||||
(1,30): unexpected-cell-end-tag
|
||||
(1,37): unexpected-end-tag
|
||||
(1,45): expected-closing-tag-but-got-eof
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <table>
|
||||
| <tbody>
|
||||
| <tr>
|
||||
| <td>
|
||||
| <svg svg>
|
||||
| <svg desc>
|
||||
| <td>
|
||||
| <circle>
|
Loading…
Add table
Add a link
Reference in a new issue