summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/ruby/002-novalid.xhtml
blob: 139f5d7393db6ad67516d28b5c9fa22b3df4ff2f (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ruby element missing rt child</title>
</head>
<body>
<ruby><rt></rt><rp></rp><rp></rp></ruby>
</body>
</html>