blob: 81d0a3460a234bf7984c96c8011abc9f92980bfb [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" href="../resources/default.css">
<script src="../resources/text-based-repaint.js" type="text/javascript"></script>
<script type="text/javascript">
function repaintTest()
{
document.getElementById('overflowParent').style.overflow = "visible";
}
</script>
</head>
<body style="height:2000px;" onload="runRepaintAndPixelTest()">
<!-- You should see 2 green rectangle sharing one corner in the output. -->
<div id="overflowParent" style="overflow: hidden" class="absolute green"><div style="top:100px; left:100px;" class="relative green"></div></div>
</body>
</html>