Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
fast
/
table
/
floating-table-sibling-is-invisible-expected.html
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>