parser/htmlparser/tests/mochitest/html5lib_tree_construction/tests15.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 <!DOCTYPE html><p><b><i><u></p> <p>X
michael@0 3 #errors
michael@0 4 (1,31): unexpected-end-tag
michael@0 5 (1,36): expected-closing-tag-but-got-eof
michael@0 6 #document
michael@0 7 | <!DOCTYPE html>
michael@0 8 | <html>
michael@0 9 | <head>
michael@0 10 | <body>
michael@0 11 | <p>
michael@0 12 | <b>
michael@0 13 | <i>
michael@0 14 | <u>
michael@0 15 | <b>
michael@0 16 | <i>
michael@0 17 | <u>
michael@0 18 | " "
michael@0 19 | <p>
michael@0 20 | "X"
michael@0 21
michael@0 22 #data
michael@0 23 <p><b><i><u></p>
michael@0 24 <p>X
michael@0 25 #errors
michael@0 26 (1,3): expected-doctype-but-got-start-tag
michael@0 27 (1,16): unexpected-end-tag
michael@0 28 (2,4): expected-closing-tag-but-got-eof
michael@0 29 #document
michael@0 30 | <html>
michael@0 31 | <head>
michael@0 32 | <body>
michael@0 33 | <p>
michael@0 34 | <b>
michael@0 35 | <i>
michael@0 36 | <u>
michael@0 37 | <b>
michael@0 38 | <i>
michael@0 39 | <u>
michael@0 40 | "
michael@0 41 "
michael@0 42 | <p>
michael@0 43 | "X"
michael@0 44
michael@0 45 #data
michael@0 46 <!doctype html></html> <head>
michael@0 47 #errors
michael@0 48 (1,29): expected-eof-but-got-start-tag
michael@0 49 (1,29): unexpected-start-tag-ignored
michael@0 50 #document
michael@0 51 | <!DOCTYPE html>
michael@0 52 | <html>
michael@0 53 | <head>
michael@0 54 | <body>
michael@0 55 | " "
michael@0 56
michael@0 57 #data
michael@0 58 <!doctype html></body><meta>
michael@0 59 #errors
michael@0 60 (1,28): unexpected-start-tag-after-body
michael@0 61 #document
michael@0 62 | <!DOCTYPE html>
michael@0 63 | <html>
michael@0 64 | <head>
michael@0 65 | <body>
michael@0 66 | <meta>
michael@0 67
michael@0 68 #data
michael@0 69 <html></html><!-- foo -->
michael@0 70 #errors
michael@0 71 (1,6): expected-doctype-but-got-start-tag
michael@0 72 #document
michael@0 73 | <html>
michael@0 74 | <head>
michael@0 75 | <body>
michael@0 76 | <!-- foo -->
michael@0 77
michael@0 78 #data
michael@0 79 <!doctype html></body><title>X</title>
michael@0 80 #errors
michael@0 81 (1,29): unexpected-start-tag-after-body
michael@0 82 #document
michael@0 83 | <!DOCTYPE html>
michael@0 84 | <html>
michael@0 85 | <head>
michael@0 86 | <body>
michael@0 87 | <title>
michael@0 88 | "X"
michael@0 89
michael@0 90 #data
michael@0 91 <!doctype html><table> X<meta></table>
michael@0 92 #errors
michael@0 93 (1,23): foster-parenting-character
michael@0 94 (1,24): foster-parenting-character
michael@0 95 (1,30): foster-parenting-start-character
michael@0 96 #document
michael@0 97 | <!DOCTYPE html>
michael@0 98 | <html>
michael@0 99 | <head>
michael@0 100 | <body>
michael@0 101 | " X"
michael@0 102 | <meta>
michael@0 103 | <table>
michael@0 104
michael@0 105 #data
michael@0 106 <!doctype html><table> x</table>
michael@0 107 #errors
michael@0 108 (1,23): foster-parenting-character
michael@0 109 (1,24): foster-parenting-character
michael@0 110 #document
michael@0 111 | <!DOCTYPE html>
michael@0 112 | <html>
michael@0 113 | <head>
michael@0 114 | <body>
michael@0 115 | " x"
michael@0 116 | <table>
michael@0 117
michael@0 118 #data
michael@0 119 <!doctype html><table> x </table>
michael@0 120 #errors
michael@0 121 (1,23): foster-parenting-character
michael@0 122 (1,24): foster-parenting-character
michael@0 123 (1,25): foster-parenting-character
michael@0 124 #document
michael@0 125 | <!DOCTYPE html>
michael@0 126 | <html>
michael@0 127 | <head>
michael@0 128 | <body>
michael@0 129 | " x "
michael@0 130 | <table>
michael@0 131
michael@0 132 #data
michael@0 133 <!doctype html><table><tr> x</table>
michael@0 134 #errors
michael@0 135 (1,27): foster-parenting-character
michael@0 136 (1,28): foster-parenting-character
michael@0 137 #document
michael@0 138 | <!DOCTYPE html>
michael@0 139 | <html>
michael@0 140 | <head>
michael@0 141 | <body>
michael@0 142 | " x"
michael@0 143 | <table>
michael@0 144 | <tbody>
michael@0 145 | <tr>
michael@0 146
michael@0 147 #data
michael@0 148 <!doctype html><table>X<style> <tr>x </style> </table>
michael@0 149 #errors
michael@0 150 (1,23): foster-parenting-character
michael@0 151 #document
michael@0 152 | <!DOCTYPE html>
michael@0 153 | <html>
michael@0 154 | <head>
michael@0 155 | <body>
michael@0 156 | "X"
michael@0 157 | <table>
michael@0 158 | <style>
michael@0 159 | " <tr>x "
michael@0 160 | " "
michael@0 161
michael@0 162 #data
michael@0 163 <!doctype html><div><table><a>foo</a> <tr><td>bar</td> </tr></table></div>
michael@0 164 #errors
michael@0 165 (1,30): foster-parenting-start-tag
michael@0 166 (1,31): foster-parenting-character
michael@0 167 (1,32): foster-parenting-character
michael@0 168 (1,33): foster-parenting-character
michael@0 169 (1,37): foster-parenting-end-tag
michael@0 170 #document
michael@0 171 | <!DOCTYPE html>
michael@0 172 | <html>
michael@0 173 | <head>
michael@0 174 | <body>
michael@0 175 | <div>
michael@0 176 | <a>
michael@0 177 | "foo"
michael@0 178 | <table>
michael@0 179 | " "
michael@0 180 | <tbody>
michael@0 181 | <tr>
michael@0 182 | <td>
michael@0 183 | "bar"
michael@0 184 | " "
michael@0 185
michael@0 186 #data
michael@0 187 <frame></frame></frame><frameset><frame><frameset><frame></frameset><noframes></frameset><noframes>
michael@0 188 #errors
michael@0 189 (1,7): expected-doctype-but-got-start-tag
michael@0 190 (1,7): unexpected-start-tag-ignored
michael@0 191 (1,15): unexpected-end-tag
michael@0 192 (1,23): unexpected-end-tag
michael@0 193 (1,33): unexpected-start-tag
michael@0 194 (1,99): expected-named-closing-tag-but-got-eof
michael@0 195 (1,99): eof-in-frameset
michael@0 196 #document
michael@0 197 | <html>
michael@0 198 | <head>
michael@0 199 | <frameset>
michael@0 200 | <frame>
michael@0 201 | <frameset>
michael@0 202 | <frame>
michael@0 203 | <noframes>
michael@0 204 | "</frameset><noframes>"
michael@0 205
michael@0 206 #data
michael@0 207 <!DOCTYPE html><object></html>
michael@0 208 #errors
michael@0 209 (1,30): expected-body-in-scope
michael@0 210 (1,30): expected-closing-tag-but-got-eof
michael@0 211 #document
michael@0 212 | <!DOCTYPE html>
michael@0 213 | <html>
michael@0 214 | <head>
michael@0 215 | <body>
michael@0 216 | <object>

mercurial