parser/htmlparser/tests/mochitest/html5lib_tree_construction/inbody01.dat

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 #data
michael@0 2 <button>1</foo>
michael@0 3 #errors
michael@0 4 (1,8): expected-doctype-but-got-start-tag
michael@0 5 (1,15): unexpected-end-tag
michael@0 6 (1,15): expected-closing-tag-but-got-eof
michael@0 7 #document
michael@0 8 | <html>
michael@0 9 | <head>
michael@0 10 | <body>
michael@0 11 | <button>
michael@0 12 | "1"
michael@0 13
michael@0 14 #data
michael@0 15 <foo>1<p>2</foo>
michael@0 16 #errors
michael@0 17 (1,5): expected-doctype-but-got-start-tag
michael@0 18 (1,16): unexpected-end-tag
michael@0 19 (1,16): expected-closing-tag-but-got-eof
michael@0 20 #document
michael@0 21 | <html>
michael@0 22 | <head>
michael@0 23 | <body>
michael@0 24 | <foo>
michael@0 25 | "1"
michael@0 26 | <p>
michael@0 27 | "2"
michael@0 28
michael@0 29 #data
michael@0 30 <dd>1</foo>
michael@0 31 #errors
michael@0 32 (1,4): expected-doctype-but-got-start-tag
michael@0 33 (1,11): unexpected-end-tag
michael@0 34 #document
michael@0 35 | <html>
michael@0 36 | <head>
michael@0 37 | <body>
michael@0 38 | <dd>
michael@0 39 | "1"
michael@0 40
michael@0 41 #data
michael@0 42 <foo>1<dd>2</foo>
michael@0 43 #errors
michael@0 44 (1,5): expected-doctype-but-got-start-tag
michael@0 45 (1,17): unexpected-end-tag
michael@0 46 (1,17): expected-closing-tag-but-got-eof
michael@0 47 #document
michael@0 48 | <html>
michael@0 49 | <head>
michael@0 50 | <body>
michael@0 51 | <foo>
michael@0 52 | "1"
michael@0 53 | <dd>
michael@0 54 | "2"

mercurial