mirror of https://github.com/golang/go.git
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
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>"
|
|
PASS "<!doctype html><table><tr><style></script></style>abc"
|
|
PASS "<!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"
|
|
PASS "<!doctype html><select><script></style></script>abc"
|
|
PASS "<!doctype html><table><select><script></style></script>abc"
|
|
PASS "<!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>"
|