mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +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
15
layout/reftests/css-ruby/line-height-4-ref.html
Normal file
15
layout/reftests/css-ruby/line-height-4-ref.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<title>Bug 1134206 - Ruby line spacing adjustment on quirks mode</title>
|
||||
<script type="text/javascript" src="utils.js"></script>
|
||||
<div id="base">
|
||||
<span id="inline">base</span>
|
||||
<span id="text1" style="font-size: 80%; color: transparent">text</span>
|
||||
<span id="text2" style="font-size: 50%; color: transparent">text</span>
|
||||
</div>
|
||||
next line
|
||||
<script>
|
||||
// Simulate the behavior of ruby layout.
|
||||
var base = document.getElementById('base');
|
||||
makeBSizeMatchInlineBox(base, document.getElementById('inline'));
|
||||
base.style.paddingTop = getBSize(document.getElementById('text1'));
|
||||
base.style.paddingBottom = getBSize(document.getElementById('text2'));
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue