layout/reftests/bugs/440112-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <html lang="en">
     3 <head>
     4 <meta http-equiv="content-type" content="text/html;charset=utf-8">
     6 <title>Bug 440112</title>
     7 </head>
     8 <body>
     9 <body style="background-color: orange">
    10  <div id="wrapper" style="position: absolute; top: 30px; left: 30px; height: 150px;">
    11     <form>
    13      <textarea id="formElement" style="width: 200px; height: 50px;">
    14 </textarea>
    15      </form>
    16  </div>
    17  <div style="background-color: orange; height: 150px; width: 120px; position: absolute; top: 25px; left: 130px;"></div>
    18 </body>
    20 </body>
    21 </html>

mercurial