mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +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>
|