gecko-dev/gfx/tests/reftest/1419528.html
2018-01-16 17:15:44 +08:00

20 lines
252 B
HTML

<!DOCTYPE html>
<style>
.outer {
display: flex;
}
.inner {
padding-bottom: 6px;
padding-top: 10 px;
box-shadow: inset 0 0 0 0 #000;
}
</style>
<body>
<div class="outer">
<ul class="inner">
Testing
</ul>
</div>
</body>
</html>