Back out incorrect change from yesterday: if we don't have room for the test, it isn't valid, so it should fail.

This commit is contained in:
dbaron@dbaron.org 2007-05-22 14:42:15 -07:00
parent ab0dbd4bcd
commit c8609bce63

View File

@ -6,30 +6,9 @@
body { background: green; }
div { height: 10px; margin: 1em; }
</style>
</head>
<body>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</body>
</html>