haikuwebkit/LayoutTests/fast/table/border-on-empty-table-cells...

20 lines
460 B
HTML

<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>