mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
18 lines
438 B
HTML
18 lines
438 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Bug 1116631 - Justification with ruby span</title>
|
|
<link rel="stylesheet" href="common.css">
|
|
<style>
|
|
body { line-height: 2; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="width: 200px; height: 100px; -moz-text-align-last: justify; overflow: auto;"><ruby>
|
|
<rb>a</rb><rb>b</rb>
|
|
<rtc><div style="width: 100px;"></div></rtc>
|
|
</ruby></div>
|
|
</body>
|
|
</html>
|