mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
264 B
HTML
14 lines
264 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");
|
|
document.close();
|
|
}
|
|
</script>
|