1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/image-element/element-paint-native-widget.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!-- 1.5 + Any copyright is dedicated to the Public Domain. 1.6 + http://creativecommons.org/licenses/publicdomain/ 1.7 + 1.8 + Test if native widgets are painted correctly. 1.9 +--> 1.10 +<html> 1.11 +<body> 1.12 + <div style="width:100%; height:100%; background:-moz-element(#w) no-repeat;"></div> 1.13 + <div style="overflow:hidden; height:0;"> 1.14 + <div id="w"> 1.15 + <input type="text"/> 1.16 + <div style="width:100px; height:100px; overflow:scroll;"> 1.17 + In 1629, Isaac Beeckman proposed an experiment in which a person would 1.18 + observe the flash of a cannon reflecting off a mirror about one mile 1.19 + (1.6 km) away. 1.20 + </div> 1.21 + </div> 1.22 + </div> 1.23 +</body> 1.24 +</html>