layout/reftests/bugs/393655-3.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <html class="reftest-wait">
     2 <head>
     3   <script>
     4     function tweak() {
     5       var editMe = document.getElementById('editMe');
     6       editMe.innerHTML="a";
     7       document.documentElement.className = "";
     8     }
     9   </script>
    10 </head>
    11 <body onload="tweak()">
    12   Foo
    13   <div id="editMe" style="margin-bottom: 50px;">
    14   </div>
    15   <div>Bar</div>
    16 </body>
    17 </html>

mercurial