gecko-dev/layout/reftests/floats/float-in-rtl-vrl-3-ref.html

27 строки
800 B
HTML
Исходник Обычный вид История

2015-05-03 11:33:31 +03:00
<!DOCTYPE html>
<html class="vrl">
<head>
<title>Bug 1114329 testcase</title>
<style>
.vrl {
writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: tb-rl;
}
</style>
</head>
<body>
<div style="height:600px; direction: 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;position:relative;bottom:200px;"></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;position:relative;bottom:100px;"></div>
</div>
<div style="background:silver;padding-top:calc(100% - 100px);">
This text should appear BELOW the green and red blocks.
</div>
</div>
</body>
</html>