You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
727 B
47 lines
727 B
6 years ago
|
#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>
|