parser/htmlparser/tests/mochitest/html5lib_tree_construction/pending-spec-changes.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 <input type="hidden"><frameset>
michael@0 3 #errors
michael@0 4 (1,21): expected-doctype-but-got-start-tag
michael@0 5 (1,31): unexpected-start-tag
michael@0 6 (1,31): eof-in-frameset
michael@0 7 #document
michael@0 8 | <html>
michael@0 9 | <head>
michael@0 10 | <frameset>
michael@0 11
michael@0 12 #data
michael@0 13 <!DOCTYPE html><table><caption><svg>foo</table>bar
michael@0 14 #errors
michael@0 15 (1,47): unexpected-end-tag
michael@0 16 (1,47): end-table-tag-in-caption
michael@0 17 #document
michael@0 18 | <!DOCTYPE html>
michael@0 19 | <html>
michael@0 20 | <head>
michael@0 21 | <body>
michael@0 22 | <table>
michael@0 23 | <caption>
michael@0 24 | <svg svg>
michael@0 25 | "foo"
michael@0 26 | "bar"
michael@0 27
michael@0 28 #data
michael@0 29 <table><tr><td><svg><desc><td></desc><circle>
michael@0 30 #errors
michael@0 31 (1,7): expected-doctype-but-got-start-tag
michael@0 32 (1,30): unexpected-cell-end-tag
michael@0 33 (1,37): unexpected-end-tag
michael@0 34 (1,45): expected-closing-tag-but-got-eof
michael@0 35 #document
michael@0 36 | <html>
michael@0 37 | <head>
michael@0 38 | <body>
michael@0 39 | <table>
michael@0 40 | <tbody>
michael@0 41 | <tr>
michael@0 42 | <td>
michael@0 43 | <svg svg>
michael@0 44 | <svg desc>
michael@0 45 | <td>
michael@0 46 | <circle>

mercurial