tenfourfox/layout/reftests/font-inflation/xul-reflow-1.html

22 lines
375 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00: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>