| PASS "<!doctype html><plaintext></plaintext>" |
| PARSE "<!doctype html><table><plaintext></plaintext>" |
| PARSE "<!doctype html><table><tbody><plaintext></plaintext>" |
| PARSE "<!doctype html><table><tbody><tr><plaintext></plaintext>" |
| PARSE "<!doctype html><table><tbody><tr><plaintext></plaintext>" |
| PASS "<!doctype html><table><td><plaintext></plaintext>" |
| PASS "<!doctype html><table><caption><plaintext></plaintext>" |
| FAIL "<!doctype html><table><tr><style></script></style>abc" |
| FAIL "<!doctype html><table><tr><script></style></script>abc" |
| PASS "<!doctype html><table><caption><style></script></style>abc" |
| PASS "<!doctype html><table><td><style></script></style>abc" |
| FAIL "<!doctype html><select><script></style></script>abc" |
| FAIL "<!doctype html><table><select><script></style></script>abc" |
| FAIL "<!doctype html><table><tr><select><script></style></script>abc" |
| PASS "<!doctype html><frameset></frameset><noframes>abc" |
| PASS "<!doctype html><frameset></frameset><noframes>abc</noframes><!--abc-->" |
| PASS "<!doctype html><frameset></frameset></html><noframes>abc" |
| FAIL "<!doctype html><frameset></frameset></html><noframes>abc</noframes><!--abc-->" |
| PASS "<!doctype html><table><tr></tbody><tfoot>" |
| PASS "<!doctype html><table><td><svg></svg>abc<td>" |