tenfourfox/layout/reftests/css-ruby/line-breaking-1-ref.html

18 lines
563 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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; }
span { white-space: nowrap; }
</style>
</head>
<body>
<div style="width: .5em; border: 1px solid silver;">
<span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span>です</span><span></span>
</div>
</body>
</html>