summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/ruby/missing-rt-novalid.html
blob: 0f8d363df98eeae5f2a48d895e2a36c08598e6e2 (plain)
1
2
3
4
5
6
7
8
9
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>