blob: 07a2e797d4e390dc3a7519d04a5690449ec8aede [file] [log] [blame]
<html>
<head>
<title>This tests that we paint borders on empty table cells even in quirks mode.</title>
<style>
div {
position: absolute;
border: 1px solid green;
height: 48px;
width: 52px;
}
</style>
</head>
<body>
<div style="left: 10px; top: 10px"></div>
<div style="left: 10px; top: 62px"></div>
<div style="left: 10px; top: 168px"></div>
<div style="left: 10px; top: 222px"></div>
<div style="left: 10px; top: 274px"></div>
</body>
</html>