mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
20
layout/reftests/css-ruby/justification-2-ref.html
Normal file
20
layout/reftests/css-ruby/justification-2-ref.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ja">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Bug 1116631 - Justification with ruby span</title>
|
||||
<link rel="stylesheet" href="common.css">
|
||||
<style>
|
||||
div {
|
||||
ruby-position: under;
|
||||
width: 300px; height: 100px;
|
||||
text-align-last: justify;
|
||||
overflow: auto;
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div><rb>仮</rb><rb>名</rb><rt>が</rt><rt>な</rt></div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue