mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
15 lines
293 B
HTML
15 lines
293 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
|
|
html { overflow: hidden; }
|
|
|
|
</style>
|
|
</head>
|
|
<body onload="setTimeout(function(){document.write('<body onload="parent.document.documentElement.removeAttribute(\'class\');">2</body>'); document.close();}, 0);">
|
|
|
|
1
|
|
|
|
</body>
|
|
</html>
|