mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
13 lines
243 B
HTML
13 lines
243 B
HTML
<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");
|
|
}
|
|
</script>
|