mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28: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
24
layout/reftests/css-ruby/relative-positioning-1.html
Normal file
24
layout/reftests/css-ruby/relative-positioning-1.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Bug 1055658 - Relative positioning for ruby</title>
|
||||
<link rel="stylesheet" href="common.css">
|
||||
<style>
|
||||
body {
|
||||
line-height: 80px;
|
||||
}
|
||||
rtc, rt {
|
||||
font-size: 100% !important;
|
||||
line-height: 1 !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<ruby style="position: relative;">
|
||||
<rb>base</rb>
|
||||
<rtc><rt>a<span style="position: relative; top: -10px;">b</span>c</rt></rtc>
|
||||
<rtc><div style="width: 50px; height: 0;"></div></rtc>
|
||||
</ruby>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue