blob: 7d7221a35fec313dfc18e56c8156c059e87d226c [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
#host {
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="host"></div>
</body>
</html>