layout/reftests/bugs/395390-1.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 type='text/javascript'>
     4 function changeAltText(img)
     5 {
     6         img.alt = img.alt + ". I'M INVISIBLE!";
     7         document.documentElement.className = "";
     8 }
     9 </script>
    10 </head>
    11 <body onload="changeAltText(document.images[0])">
    12 <img src='data:text/plain,' alt="initial">
    13 </body>
    14 </html>

mercurial