gecko/layout/base/crashtests/143862-1-inner.html

14 lines
264 B
HTML
Raw Normal View History

2007-12-15 13:57:29 -08:00
<title>Testcase, bug 143862</title>
<style type="text/css">
html { overflow: hidden; }
</style>
<script>
setTimeout(o, 100);
function o()
{
document.open();
parent.document.documentElement.removeAttribute("class");
document.close();
2007-12-15 13:57:29 -08:00
}
</script>