1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/test/reftest/bug559996-ref-iframe.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +<html> 1.5 +<!-- This page is loaded in a 200px-square iframe scrolled to #down. --> 1.6 +<body> 1.7 +<div id="first" style="height: 150px; background: lightblue;">first</div> 1.8 +<div id="down" style="height: 250px; background: lightgreen;">second</div> 1.9 +<script>document.documentElement.offsetWidth;</script> 1.10 +</body> 1.11 +</html>