gecko-dev/layout/reftests/css-ruby/autohiding-2-ref.html
Xidorn Quan c244b776e2 Bug 1052123 - Autohide ruby annotations which are identical to their ruby bases. r=dbaron
--HG--
extra : transplant_source : %B5w%BF%89%879%D6F2%DD%BD%F3%BAG%0D%5E%A4%255%EE
2014-12-15 14:37:15 +11:00

27 lines
752 B
HTML

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Bug 1052123 - Autohide ruby annotations which are identical to their bases</title>
<link rel="stylesheet" href="common.css">
</head>
<body>
<p><ruby>
<rb></rb><rb></rb><rb></rb><rb></rb>
<rt></rt><rt>ri</rt><rt></rt><rt></rt>
</ruby></p>
<p><ruby>
<rb></rb><rb>ri</rb><rb></rb><rb></rb>
<rt></rt><rt></rt><rt></rt><rt></rt>
</ruby></p>
<p><ruby>
<rb></rb><rb></rb><rb></rb><rb></rb>
<rt></rt><rt></rt><rt></rt><rt></rt>
</ruby></p>
<p><ruby>
<rb></rb><rb></rb><rb></rb><rb></rb>
<rt></rt><rt></rt><rt></rt><rt></rt>
</ruby></p>
</body>
</html>