Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/ref-green-box-100x100.htm

18 lines
477 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Test Reference: 100x100 Green Box</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<style type="text/css">
div {
width: 100px;
height: 100px;
background: green;
}
</style>
</head>
<body>
<p>There must be a green square below and no red.</p>
<div></div>
</body>
</html>