element-paint-native-widget.html 649 B

12345678910111213141516171819202122
  1. <!--
  2. Any copyright is dedicated to the Public Domain.
  3. http://creativecommons.org/licenses/publicdomain/
  4. Test if native widgets are painted correctly.
  5. -->
  6. <html>
  7. <body>
  8. <div style="width:100%; height:100%; background:-moz-element(#w) no-repeat;"></div>
  9. <div style="overflow:hidden; height:0;">
  10. <div id="w">
  11. <input type="text"/>
  12. <div style="width:100px; height:100px; overflow:scroll;">
  13. In 1629, Isaac Beeckman proposed an experiment in which a person would
  14. observe the flash of a cannon reflecting off a mirror about one mile
  15. (1.6 km) away.
  16. </div>
  17. </div>
  18. </div>
  19. </body>
  20. </html>