accessibility-developer-tools
Version:
This is a library of accessibility-related testing and utility code.
17 lines (15 loc) • 611 B
HTML
<!--
-->
<html><body>
<!--
Copyright 2009 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<p>The following IFRAME's Y-position is not 0.</p>
<iframe id="inner-frame" src="positioning_test_iframe2.html"
style="overflow:auto;width:200px;height:200px;border:0px;"></iframe>
<div id="popup1" style="position:absolute;width:16px;height:16px;background-color:#088;"></div>
</body></html>