summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/ruby/empty-novalid.html
blob: 8ce4ec42141cbfea916b057d3c2ea864aa04ff35 (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></ruby>
</body>
</html>