mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
18 lines
323 B
HTML
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> |