gecko-dev/layout/reftests/font-inflation/xul-reflow-1.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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

2012-06-21 22:44:34 +04:00
<!DOCTYPE HTML>
<title>Testcase, bug 764354</title>
<style>
#outer {
display: -moz-box;
overflow: hidden;
-moz-box-orient: vertical;
width: 300px;
height: 100px;
background: yellow; color: black;
}
.inner {
background: aqua; color: black;
text-align: center;
}
</style>
<div id="outer">
<div class="inner">Text</div>
<div class="inner">Text</div>
</div>