summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/121533-1.html
blob: 7cea9d659f1babdf5cec79e0c2f66a6bb89c817d (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>