positioning_test_iframe1.html 611 B

12345678910111213141516
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <!--
  4. -->
  5. <html><body>
  6. <!--
  7. Copyright 2009 The Closure Library Authors. All Rights Reserved.
  8. Use of this source code is governed by the Apache License, Version 2.0.
  9. See the COPYING file for details.
  10. -->
  11. <p>The following IFRAME's Y-position is not 0.</p>
  12. <iframe id="inner-frame" src="positioning_test_iframe2.html"
  13. style="overflow:auto;width:200px;height:200px;border:0px;"></iframe>
  14. <div id="popup1" style="position:absolute;width:16px;height:16px;background-color:#088;"></div>
  15. </body></html>