Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.52
/
.
/
LayoutTests
/
fast
/
table
/
floating-table-sibling-is-invisible-expected.html
blob: c01700047eecbc93826d70ed6253b3011d75e906 [
file
] [
edit
]
<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>