gecko-dev/layout/reftests/css-ruby/line-breaking-1.html
Xidorn Quan c1a9d97ae8 Bug 1089431 part 4 - Add reftest for line-breaking between ruby bases. r=jfkthame
--HG--
extra : rebase_source : ce0bc55986b27c52f93c1203d6f706b70420e274
extra : source : 26d9e93ec5dd3d23c05c746c9f08a74c764c498c
2015-02-11 10:26:56 +11:00

21 lines
551 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Bug 1089431 - Meet the specification for line breaking between ruby bases</title>
<link rel="stylesheet" href="common.css">
<style>
body { line-height: 3; }
</style>
</head>
<body>
<div style="width: .5em; border: 1px solid silver;">
<ruby>
<rb><rb><rb><rb><rb><rb><rb><rb><rb><rb>です<rb></rb>
<!-- Check if ruby text containers are skipped from the text run -->
<rtc><rt>
</ruby>
</div>
</body>
</html>