haikuwebkit/LayoutTests/fast/frames/invalid-frameset-compute-ed...

14 lines
358 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<frameset>
<frameset id="tCF3">
<frame id="tCF4"></frame>
</frameset>
<frame>
<script>
document.body.appendChild(document.getElementById('tCF3'));
window.scrollTo(18, 64);
document.getElementById('tCF4').setAttribute("noresize", "NORESIZE");
</script>>
</html>