mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
17 lines
284 B
HTML
17 lines
284 B
HTML
<!DOCTYPE html>
|
|
<title>flexbox | align-items: stretch</title>
|
|
<link rel="author" href="http://opera.com" title="Opera Software">
|
|
<style>
|
|
div {
|
|
background: black;
|
|
margin: 1em 0 0;
|
|
width: 30em;
|
|
height: 6em;
|
|
}
|
|
span {
|
|
display: inline-block;
|
|
}
|
|
</style>
|
|
|
|
<div></div>
|
|
<span>PASS</span>
|