layout/reftests/bugs/395390-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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