parser/htmlparser/tests/mochitest/html5lib_tree_construction/webkit02.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 <foo bar=qux/>
michael@0 3 #errors
michael@0 4 (1,14): expected-doctype-but-got-start-tag
michael@0 5 (1,14): expected-closing-tag-but-got-eof
michael@0 6 #document
michael@0 7 | <html>
michael@0 8 | <head>
michael@0 9 | <body>
michael@0 10 | <foo>
michael@0 11 | bar="qux/"
michael@0 12
michael@0 13 #data
michael@0 14 <p id="status"><noscript><strong>A</strong></noscript><span>B</span></p>
michael@0 15 #errors
michael@0 16 (1,15): expected-doctype-but-got-start-tag
michael@0 17 #document
michael@0 18 | <html>
michael@0 19 | <head>
michael@0 20 | <body>
michael@0 21 | <p>
michael@0 22 | id="status"
michael@0 23 | <noscript>
michael@0 24 | "<strong>A</strong>"
michael@0 25 | <span>
michael@0 26 | "B"
michael@0 27
michael@0 28 #data
michael@0 29 <div><sarcasm><div></div></sarcasm></div>
michael@0 30 #errors
michael@0 31 (1,5): expected-doctype-but-got-start-tag
michael@0 32 #document
michael@0 33 | <html>
michael@0 34 | <head>
michael@0 35 | <body>
michael@0 36 | <div>
michael@0 37 | <sarcasm>
michael@0 38 | <div>
michael@0 39
michael@0 40 #data
michael@0 41 <html><body><img src="" border="0" alt="><div>A</div></body></html>
michael@0 42 #errors
michael@0 43 (1,6): expected-doctype-but-got-start-tag
michael@0 44 (1,67): eof-in-attribute-value-double-quote
michael@0 45 #document
michael@0 46 | <html>
michael@0 47 | <head>
michael@0 48 | <body>
michael@0 49
michael@0 50 #data
michael@0 51 <table><td></tbody>A
michael@0 52 #errors
michael@0 53 (1,7): expected-doctype-but-got-start-tag
michael@0 54 (1,11): unexpected-cell-in-table-body
michael@0 55 (1,20): foster-parenting-character
michael@0 56 (1,20): eof-in-table
michael@0 57 #document
michael@0 58 | <html>
michael@0 59 | <head>
michael@0 60 | <body>
michael@0 61 | "A"
michael@0 62 | <table>
michael@0 63 | <tbody>
michael@0 64 | <tr>
michael@0 65 | <td>
michael@0 66
michael@0 67 #data
michael@0 68 <table><td></thead>A
michael@0 69 #errors
michael@0 70 (1,7): expected-doctype-but-got-start-tag
michael@0 71 (1,11): unexpected-cell-in-table-body
michael@0 72 (1,19): XXX-undefined-error
michael@0 73 (1,20): expected-closing-tag-but-got-eof
michael@0 74 #document
michael@0 75 | <html>
michael@0 76 | <head>
michael@0 77 | <body>
michael@0 78 | <table>
michael@0 79 | <tbody>
michael@0 80 | <tr>
michael@0 81 | <td>
michael@0 82 | "A"
michael@0 83
michael@0 84 #data
michael@0 85 <table><td></tfoot>A
michael@0 86 #errors
michael@0 87 (1,7): expected-doctype-but-got-start-tag
michael@0 88 (1,11): unexpected-cell-in-table-body
michael@0 89 (1,19): XXX-undefined-error
michael@0 90 (1,20): expected-closing-tag-but-got-eof
michael@0 91 #document
michael@0 92 | <html>
michael@0 93 | <head>
michael@0 94 | <body>
michael@0 95 | <table>
michael@0 96 | <tbody>
michael@0 97 | <tr>
michael@0 98 | <td>
michael@0 99 | "A"
michael@0 100
michael@0 101 #data
michael@0 102 <table><thead><td></tbody>A
michael@0 103 #errors
michael@0 104 (1,7): expected-doctype-but-got-start-tag
michael@0 105 (1,18): unexpected-cell-in-table-body
michael@0 106 (1,26): XXX-undefined-error
michael@0 107 (1,27): expected-closing-tag-but-got-eof
michael@0 108 #document
michael@0 109 | <html>
michael@0 110 | <head>
michael@0 111 | <body>
michael@0 112 | <table>
michael@0 113 | <thead>
michael@0 114 | <tr>
michael@0 115 | <td>
michael@0 116 | "A"

mercurial