mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
649 B
HTML
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>
|