gecko-dev/layout/reftests/css-ruby/intra-level-whitespace-1-ref.html
Xidorn Quan 1f651d328a Bug 1132008 part 4 - Fix reftests which rely on the old rtc sizing method. r=dbaron
--HG--
extra : source : b856985e95d7bd2cf2f8f403e65511f44409f2a9
2015-02-17 14:25:18 +13:00

23 lines
575 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bug 1099807 - Intra-level whitespace pairing</title>
<link rel="stylesheet" href="common.css">
</head>
<body>
<p><ruby>
<rb>a</rb><rb pseudo><span> </span></rb><rb>b</rb>
<rt>x</rt><rt pseudo><span> </span></rt><rt>y</rt>
</ruby></p>
<p><ruby>
<rb>a</rb><rb pseudo><span> </span></rb><rb>b</rb>
<rt>x</rt><rt></rt><rt>y</rt>
</ruby></p>
<p><ruby>
<rb>a</rb><rb pseudo></rb><rb>b</rb>
<rt>x</rt><rt pseudo><span> </span></rt><rt>y</rt>
</ruby></p>
</body>
</html>