blob: b8456a4c0e301c7187c031606b5c767d687b3d25 [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
function runTest()
{
var obj = document.getElementById("test");
var s = window.getSelection();
s.setPosition(obj, 0);
document.body.innerHTML = "PASS";
}
</script>
<body onload="runTest()">
<div>
<object id="test"></object>
<embed type="application/x-webkit-test-netscape" cleardocumentduringnew></embed>
</div>
</body>
</html>