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

mercurial