Initial import of Dillo
This commit is contained in:
14
test/html/render/min-width-div-extend.html
Normal file
14
test/html/render/min-width-div-extend.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Test max-width CSS properties</title>
|
||||
<style>
|
||||
body {margin: 20px}
|
||||
.test {min-width: 100px; height: 100px; background: lightgreen}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="test">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user