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
28
layout/reftests/css-ruby/ruby-position-horizontal.html
Normal file
28
layout/reftests/css-ruby/ruby-position-horizontal.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Bug 1055665 - Test for ruby-position</title>
|
||||
<link rel="stylesheet" href="common.css">
|
||||
<style>
|
||||
body {
|
||||
font-family: monospace;
|
||||
/* use a large line-height here to avoid additional leadings */
|
||||
line-height: 8em;
|
||||
}
|
||||
rtc, rt {
|
||||
font-size: 100% !important;
|
||||
line-height: normal !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<ruby>
|
||||
<rb>base##</rb>
|
||||
<rtc style="ruby-position: over"><rt>over##</rt></rtc>
|
||||
<rtc style="ruby-position: under"><rt>under#</rt></rtc>
|
||||
<rtc style="ruby-position: over"><rt>over2#</rt></rtc>
|
||||
<rtc style="ruby-position: under"><rt>under2</rt></rtc>
|
||||
</ruby>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue