parser/htmlparser/tests/mochitest/html5lib_tree_construction/pending-spec-changes.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 <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