fune/layout/reftests/css-ruby/nested-ruby-1.html
Xidorn Quan 60705d6a24 Bug 1120313 - Fix nested ruby inside ruby annotation. r=dbaron
--HG--
extra : source : ea44dcc7bf0e008d6669a00d107529a97ab1c84d
2015-01-13 15:14:46 +11:00

19 lines
335 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bug 1120313 - Nested ruby inside ruby annotation</title>
<link rel="stylesheet" href="common.css">
</head>
<body>
<ruby>
<rb>base1</rb>
<rt>
<ruby>
<rb>base2</rb>
<rt>text</rt>
</ruby>
</rt>
</ruby>
</body>
</html>