mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-16 17:31:17 +00:00
9 lines
307 B
HTML
9 lines
307 B
HTML
<html>
|
|
<!-- This page is loaded in a 200px-square iframe scrolled to #down. -->
|
|
<body>
|
|
<div id="first" style="height: 150px; background: lightblue;">first</div>
|
|
<div id="down" style="height: 250px; background: lightgreen;">second</div>
|
|
<script>document.documentElement.offsetWidth;</script>
|
|
</body>
|
|
</html>
|