gecko-dev/layout/base/crashtests/121533-1.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 строки
264 B
HTML
Исходник Обычный вид История

2009-02-11 03:36:04 +03: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>