mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +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/floats/float-in-rtl-vrl-2-ref.html
Normal file
26
layout/reftests/floats/float-in-rtl-vrl-2-ref.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Bug 1114329 testcase</title>
|
||||
<style>
|
||||
.vrl {
|
||||
writing-mode: vertical-rl;
|
||||
-webkit-writing-mode: vertical-rl;
|
||||
writing-mode: tb-rl;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body dir=rtl>
|
||||
<div style="height:0px;width:0px;overflow:visible">
|
||||
<div style="height:100px;width:120px;background:rgba(0,255,0,0.8);display:inline-block;"></div>
|
||||
</div>
|
||||
<div style="height:0px;width:0px;overflow:visible">
|
||||
<div style="height:100px;width:150px;background:rgba(255,0,0,0.8);display:inline-block;margin-top:100px;"></div>
|
||||
</div>
|
||||
<div style="height:0px;width:0px;overflow:visible">
|
||||
<div dir=ltr class="vrl" style="background:silver; height: calc(100vh - 16px);">
|
||||
<div style="margin-top:200px;">This text should appear BELOW the green and red blocks.</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue