mirror of
https://github.com/servo/servo.git
synced 2025-10-17 16:59:27 +01:00
27 lines
502 B
HTML
27 lines
502 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>Reference: stretching works for replaced items with no aspect ratio</title>
|
|
<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
|
|
<link rel="author" title="Mozilla" href="https://mozilla.org">
|
|
<style>
|
|
body {
|
|
line-height: 0;
|
|
}
|
|
|
|
div {
|
|
display: inline-block;
|
|
height: 250px;
|
|
width: 350px;
|
|
background: grey;
|
|
margin: 10px;
|
|
vertical-align: top;
|
|
}
|
|
</style>
|
|
<div>
|
|
</div>
|
|
<div>
|
|
</div>
|
|
<div>
|
|
</div>
|
|
<div>
|
|
</div>
|