parser/htmlparser/tests/mochitest/html5lib_tree_construction/main-element.dat

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 #data
michael@0 2 <!doctype html><p>foo<main>bar<p>baz
michael@0 3 #errors
michael@0 4 (1,36): expected-closing-tag-but-got-eof
michael@0 5 #document
michael@0 6 | <!DOCTYPE html>
michael@0 7 | <html>
michael@0 8 | <head>
michael@0 9 | <body>
michael@0 10 | <p>
michael@0 11 | "foo"
michael@0 12 | <main>
michael@0 13 | "bar"
michael@0 14 | <p>
michael@0 15 | "baz"
michael@0 16
michael@0 17 #data
michael@0 18 <!doctype html><main><p>foo</main>bar
michael@0 19 #errors
michael@0 20 #document
michael@0 21 | <!DOCTYPE html>
michael@0 22 | <html>
michael@0 23 | <head>
michael@0 24 | <body>
michael@0 25 | <main>
michael@0 26 | <p>
michael@0 27 | "foo"
michael@0 28 | "bar"
michael@0 29
michael@0 30 #data
michael@0 31 <!DOCTYPE html>xxx<svg><x><g><a><main><b>
michael@0 32 #errors
michael@0 33 #document
michael@0 34 | <!DOCTYPE html>
michael@0 35 | <html>
michael@0 36 | <head>
michael@0 37 | <body>
michael@0 38 | "xxx"
michael@0 39 | <svg svg>
michael@0 40 | <svg x>
michael@0 41 | <svg g>
michael@0 42 | <svg a>
michael@0 43 | <svg main>
michael@0 44 | <b>

mercurial