layout/forms/crashtests/370703-1.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <html class="reftest-wait">
     2 <head>
     3 <script>
     5 function boom()
     6 {
     7   document.getElementById("M").style.width = "6em";
     8   document.documentElement.removeAttribute("class");
     9 }
    11 </script>
    13 <body onload="setTimeout(boom, 30);">
    15 <div style="position:absolute; top: 50px; left: 50px; border: 2px solid orange;">
    17   <select>
    18     <option id="M">M</option>
    19   </select>
    21   <br>
    23   <select style="width: 200%">
    24     <option style="visibility: collapse; overflow: auto; display: table-footer-group;">X</option>
    25   </select>
    27 </div>
    29 </body>
    30 </html>

mercurial