github.com/vugu/vugu@v0.3.5/internal/htmlx/testdata/webkit/tests18.dat (about) 1 #data 2 <!doctype html><plaintext></plaintext> 3 #errors 4 #document 5 | <!DOCTYPE html> 6 | <html> 7 | <head> 8 | <body> 9 | <plaintext> 10 | "</plaintext>" 11 12 #data 13 <!doctype html><table><plaintext></plaintext> 14 #errors 15 #document 16 | <!DOCTYPE html> 17 | <html> 18 | <head> 19 | <body> 20 | <plaintext> 21 | "</plaintext>" 22 | <table> 23 24 #data 25 <!doctype html><table><tbody><plaintext></plaintext> 26 #errors 27 #document 28 | <!DOCTYPE html> 29 | <html> 30 | <head> 31 | <body> 32 | <plaintext> 33 | "</plaintext>" 34 | <table> 35 | <tbody> 36 37 #data 38 <!doctype html><table><tbody><tr><plaintext></plaintext> 39 #errors 40 #document 41 | <!DOCTYPE html> 42 | <html> 43 | <head> 44 | <body> 45 | <plaintext> 46 | "</plaintext>" 47 | <table> 48 | <tbody> 49 | <tr> 50 51 #data 52 <!doctype html><table><tbody><tr><plaintext></plaintext> 53 #errors 54 #document 55 | <!DOCTYPE html> 56 | <html> 57 | <head> 58 | <body> 59 | <plaintext> 60 | "</plaintext>" 61 | <table> 62 | <tbody> 63 | <tr> 64 65 #data 66 <!doctype html><table><td><plaintext></plaintext> 67 #errors 68 #document 69 | <!DOCTYPE html> 70 | <html> 71 | <head> 72 | <body> 73 | <table> 74 | <tbody> 75 | <tr> 76 | <td> 77 | <plaintext> 78 | "</plaintext>" 79 80 #data 81 <!doctype html><table><caption><plaintext></plaintext> 82 #errors 83 #document 84 | <!DOCTYPE html> 85 | <html> 86 | <head> 87 | <body> 88 | <table> 89 | <caption> 90 | <plaintext> 91 | "</plaintext>" 92 93 #data 94 <!doctype html><table><tr><style></script></style>abc 95 #errors 96 #document 97 | <!DOCTYPE html> 98 | <html> 99 | <head> 100 | <body> 101 | "abc" 102 | <table> 103 | <tbody> 104 | <tr> 105 | <style> 106 | "</script>" 107 108 #data 109 <!doctype html><table><tr><script></style></script>abc 110 #errors 111 #document 112 | <!DOCTYPE html> 113 | <html> 114 | <head> 115 | <body> 116 | "abc" 117 | <table> 118 | <tbody> 119 | <tr> 120 | <script> 121 | "</style>" 122 123 #data 124 <!doctype html><table><caption><style></script></style>abc 125 #errors 126 #document 127 | <!DOCTYPE html> 128 | <html> 129 | <head> 130 | <body> 131 | <table> 132 | <caption> 133 | <style> 134 | "</script>" 135 | "abc" 136 137 #data 138 <!doctype html><table><td><style></script></style>abc 139 #errors 140 #document 141 | <!DOCTYPE html> 142 | <html> 143 | <head> 144 | <body> 145 | <table> 146 | <tbody> 147 | <tr> 148 | <td> 149 | <style> 150 | "</script>" 151 | "abc" 152 153 #data 154 <!doctype html><select><script></style></script>abc 155 #errors 156 #document 157 | <!DOCTYPE html> 158 | <html> 159 | <head> 160 | <body> 161 | <select> 162 | <script> 163 | "</style>" 164 | "abc" 165 166 #data 167 <!doctype html><table><select><script></style></script>abc 168 #errors 169 #document 170 | <!DOCTYPE html> 171 | <html> 172 | <head> 173 | <body> 174 | <select> 175 | <script> 176 | "</style>" 177 | "abc" 178 | <table> 179 180 #data 181 <!doctype html><table><tr><select><script></style></script>abc 182 #errors 183 #document 184 | <!DOCTYPE html> 185 | <html> 186 | <head> 187 | <body> 188 | <select> 189 | <script> 190 | "</style>" 191 | "abc" 192 | <table> 193 | <tbody> 194 | <tr> 195 196 #data 197 <!doctype html><frameset></frameset><noframes>abc 198 #errors 199 #document 200 | <!DOCTYPE html> 201 | <html> 202 | <head> 203 | <frameset> 204 | <noframes> 205 | "abc" 206 207 #data 208 <!doctype html><frameset></frameset><noframes>abc</noframes><!--abc--> 209 #errors 210 #document 211 | <!DOCTYPE html> 212 | <html> 213 | <head> 214 | <frameset> 215 | <noframes> 216 | "abc" 217 | <!-- abc --> 218 219 #data 220 <!doctype html><frameset></frameset></html><noframes>abc 221 #errors 222 #document 223 | <!DOCTYPE html> 224 | <html> 225 | <head> 226 | <frameset> 227 | <noframes> 228 | "abc" 229 230 #data 231 <!doctype html><frameset></frameset></html><noframes>abc</noframes><!--abc--> 232 #errors 233 #document 234 | <!DOCTYPE html> 235 | <html> 236 | <head> 237 | <frameset> 238 | <noframes> 239 | "abc" 240 | <!-- abc --> 241 242 #data 243 <!doctype html><table><tr></tbody><tfoot> 244 #errors 245 #document 246 | <!DOCTYPE html> 247 | <html> 248 | <head> 249 | <body> 250 | <table> 251 | <tbody> 252 | <tr> 253 | <tfoot> 254 255 #data 256 <!doctype html><table><td><svg></svg>abc<td> 257 #errors 258 #document 259 | <!DOCTYPE html> 260 | <html> 261 | <head> 262 | <body> 263 | <table> 264 | <tbody> 265 | <tr> 266 | <td> 267 | <svg svg> 268 | "abc" 269 | <td>