mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +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
26
layout/reftests/css-ruby/ruby-align-1.html
Normal file
26
layout/reftests/css-ruby/ruby-align-1.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Bug 1055676 - Tests for ruby-align</title>
|
||||
<link rel="stylesheet" href="common.css">
|
||||
<style>
|
||||
ruby { line-height: 0; }
|
||||
rt > div { width: 160px; }
|
||||
</style>
|
||||
</head>
|
||||
<body style="font: 16px/3 Ahem">
|
||||
<ruby style="ruby-align: start">
|
||||
<rb>X X X<rt><div></div></rt>
|
||||
</ruby><br>
|
||||
<ruby style="ruby-align: center">
|
||||
<rb>X X X<rt><div></div></rt>
|
||||
</ruby><br>
|
||||
<ruby style="ruby-align: space-between">
|
||||
<rb>X X X<rt><div></div></rt>
|
||||
</ruby><br>
|
||||
<ruby style="ruby-align: space-around">
|
||||
<rb>X X X<rt><div></div></rt>
|
||||
</ruby>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue