tenfourfox/layout/reftests/image-element/element-paint-native-widget.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
649 B
HTML

<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
Test if native widgets are painted correctly.
-->
<html>
<body>
<div style="width:100%; height:100%; background:-moz-element(#w) no-repeat;"></div>
<div style="overflow:hidden; height:0;">
<div id="w">
<input type="text"/>
<div style="width:100px; height:100px; overflow:scroll;">
In 1629, Isaac Beeckman proposed an experiment in which a person would
observe the flash of a cannon reflecting off a mirror about one mile
(1.6 km) away.
</div>
</div>
</div>
</body>
</html>