Files
servo/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_align-items-stretch-2-ref.htm

18 lines
323 B
HTML

<!DOCTYPE html>
<html><head><title>flexbox | align-items: stretch</title>
<link href="http://opera.com" rel="author" title="Opera Software">
<style>
div {
background: black;
margin: 1em 0 0;
width: 30em;
height: 6em;
}
span {
display: inline-block;
}
</style>
</head><body><div></div>
<span>PASS</span>
</body></html>