flutter_flutter/engine/web/tests/data/200-by-300.html
2014-10-23 11:17:19 -07:00

22 lines
237 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
}
#content {
background: silver;
width: 200px;
height: 300px;
}
</style>
</head>
<body>
<div id="content">a</div>
</body>
</html>