layout/reftests/bugs/440112-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/440112-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     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; height: 150px;">
    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 + <div style="background-color: orange; height: 150px; width: 120px; position: absolute; top: 25px; left: 130px;"></div>
    1.21 +</body>
    1.22 +
    1.23 +</body>
    1.24 +</html>

mercurial