<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd"> | |
<html lang="en"> | |
<head> | |
<script type="text/javascript"> | |
if (window.testRunner) | |
testRunner.waitUntilDone(); | |
function runTest() | |
{ | |
document.getElementById("target").innerText = "PASS"; | |
if (window.testRunner) | |
testRunner.notifyDone(); | |
} | |
</script> | |
</head> | |
<body onload="setTimeout(runTest, 0);"> | |
<p> | |
Repaint test for <i><a href="rdar://problem/6048566">rdar://problem/6048566</a> | |
Repaint original element's position, not its offset position</i>. | |
</p> | |
<div style="position: relative; top: 100px;" id="target">FAIL</div> | |
</body> | |
</html> |