haikuwebkit/LayoutTests/fast/table/floating-table-sibling-is-i...

17 lines
273 B
HTML

<html>
<head>
<title>This tests if we paint sibling content of a floating table</title>
<style>
div {
position: absolute;
left: 2px;
top: 2px;
width: 196px;
height: 196px;
background-color: green;
}
</style>
</head>
<body><div></div></body>
</html>