Wed, 31 Dec 2014 13:27:57 +0100
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>