1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/440112.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html lang="en"> 1.6 +<head> 1.7 +<meta http-equiv="content-type" content="text/html;charset=utf-8"> 1.8 + 1.9 +<title>Bug 440112</title> 1.10 +</head> 1.11 +<body> 1.12 +<body style="background-color: orange"> 1.13 + <div id="wrapper" style="position: absolute; top: 30px; left: 30px; overflow:hidden; height: 150px; width: 100px"> 1.14 + <form> 1.15 + 1.16 + <textarea id="formElement" style="width: 200px; height: 50px;"> 1.17 +</textarea> 1.18 + </form> 1.19 + </div> 1.20 +</body> 1.21 + 1.22 +</body> 1.23 +</html>