diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/ruby/missing-rt-novalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html/elements/ruby/missing-rt-novalid.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/ruby/missing-rt-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/ruby/missing-rt-novalid.html new file mode 100644 index 000000000..0f8d363df --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/ruby/missing-rt-novalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta charset=utf-8> +<title>ruby element missing rt child</title> +</head> +<body> +<ruby><rt></rt><rp></rp><rp></rp></ruby> +</body> +</html> |