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

mercurial