blob: c01700047eecbc93826d70ed6253b3011d75e906 [file] [log] [blame]
<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>