blob: e70226f27d9367654f71fbe2012bbd378b8dd257 [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
#container {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<body>
<p>Test passes if you see a single 100px by 100px green box below.</p>
<div id="container"></div>
</body>
</html>