Mypal/layout/base/crashtests/121533-1.html

11 lines
264 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<html>
<title>B#121533</title>
<script>function writeSorry() {document.writeln("test");
document.close();
}
</script>
<frameset cols="120,*" onLoad="writeSorry()">
<frame name="topslider" src="#"> <frame name="bottomslider" src="#">
</frameset>
</html>