Files
flenser/test/html/render/min-width-div.ref.html

16 lines
293 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test min-width CSS property</title>
<style>
body {margin: 20px}
.test {width: 400px; display: inline-block; background: lightgrey}
</style>
</head>
<body>
<div class="test">
<p>Hello</p>
</div>
</body>
</html>