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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

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