1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
5 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
6 <script type=
"text/javascript">
9 document
.getElementById("target").innerText
= "PASS";
13 <body onload=
"runRepaintTest();">
15 Repaint test for
<i><a href=
"rdar://problem/6048566">rdar://problem/
6048566</a>
16 Repaint original element's position, not its offset position
</i>.
18 <div style=
"position: relative; top: 100px;" id=
"target">FAIL
</div>