mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -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/main-element.dat
vendored
Normal file
46
lib/html5lib/tests/testdata/tree-construction/main-element.dat
vendored
Normal file
|
@ -0,0 +1,46 @@
|
|||
#data
|
||||
<!doctype html><p>foo<main>bar<p>baz
|
||||
#errors
|
||||
(1,36): expected-closing-tag-but-got-eof
|
||||
#document
|
||||
| <!DOCTYPE html>
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <p>
|
||||
| "foo"
|
||||
| <main>
|
||||
| "bar"
|
||||
| <p>
|
||||
| "baz"
|
||||
|
||||
#data
|
||||
<!doctype html><main><p>foo</main>bar
|
||||
#errors
|
||||
#document
|
||||
| <!DOCTYPE html>
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <main>
|
||||
| <p>
|
||||
| "foo"
|
||||
| "bar"
|
||||
|
||||
#data
|
||||
<!DOCTYPE html>xxx<svg><x><g><a><main><b>
|
||||
#errors
|
||||
* (1,42) unexpected HTML-like start tag token in foreign content
|
||||
* (1,42) unexpected end of file
|
||||
#document
|
||||
| <!DOCTYPE html>
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| "xxx"
|
||||
| <svg svg>
|
||||
| <svg x>
|
||||
| <svg g>
|
||||
| <svg a>
|
||||
| <svg main>
|
||||
| <b>
|
Loading…
Add table
Add a link
Reference in a new issue