servo/tests/ref/overflow_simple_b.html
2014-09-08 20:21:42 -06:00

15 lines
199 B
HTML

<html>
<head>
<style>
#first {
height: 100px;
width: 100px;
background: green;
}
</style>
</head>
<body>
<div id="first">
</div>
</body>
</html>