зеркало из https://github.com/mozilla/gecko-dev.git
28 строки
695 B
HTML
28 строки
695 B
HTML
<!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;
|
|
direction: rtl;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="height:600px; margin-top:0; margin-bottom:auto;">
|
|
<div dir="ltr" style="height:300px">
|
|
<div style="height:100px;width:120px;background:rgba(0,255,0,0.8);float:right;"></div>
|
|
</div>
|
|
<div dir="ltr" style="height:200px">
|
|
<div style="height:100px;width:150px;background:rgba(255,0,0,0.8);float:right;"></div>
|
|
</div>
|
|
<div style="background:silver">
|
|
This text should appear ABOVE the red and green blocks.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|