| PASS "<!doctype html><body><title>X</title>" |
| PASS "<!doctype html><table><title>X</title></table>" |
| FAIL "<!doctype html><head></head><title>X</title>" |
| FAIL "<!doctype html></head><title>X</title>" |
| PASS "<!doctype html><table><meta></table>" |
| FAIL "<!doctype html><table>X<tr><td><table> <meta></table></table>" |
| PASS "<!doctype html><html> <head>" |
| PASS "<!doctype html> <head>" |
| FAIL "<!doctype html><table><style> <tr>x </style> </table>" |
| FAIL "<!doctype html><table><TBODY><script> <tr>x </script> </table>" |
| PASS "<!doctype html><p><applet><p>X</p></applet>" |
| PASS "<!doctype html><listing>\nX</listing>" |
| FAIL "<!doctype html><select><input>X" |
| PASS "<!doctype html><select><select>X" |
| FAIL "<!doctype html><table><input type=hidDEN></table>" |
| FAIL "<!doctype html><table>X<input type=hidDEN></table>" |
| FAIL "<!doctype html><table> <input type=hidDEN></table>" |
| FAIL "<!doctype html><table> <input type='hidDEN'></table>" |
| FAIL "<!doctype html><table><input type=\" hidden\"><input type=hidDEN></table>" |
| PASS "<!doctype html><table><select>X<tr>" |
| PASS "<!doctype html><select>X</select>" |
| PASS "<!DOCTYPE hTmL><html></html>" |
| PASS "<!DOCTYPE HTML><html></html>" |
| PASS "<body>X</body></body>" |
| PASS "<div><p>a</x> b" |
| PASS "<table><tr><td><code></code> </table>" |
| PASS "<table><b><tr><td>aaa</td></tr>bbb</table>ccc" |
| PASS "A<table><tr> B</tr> B</table>" |
| FAIL "A<table><tr> B</tr> </em>C</table>" |
| FAIL "<select><keygen>" |