blob: 78e78ae98ab43be2078ba12670da2d3ec7b5465a (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE html>
<html>
<body>
<p>There should be a blue <em>square</em> below, and no scrollbar.</p>
<div id="elm" style="width:16em; height:16em; background:blue;"></div>
</body>
</html>
|