Adding test

This commit is contained in:
Boris Zbarsky 2008-08-05 01:35:01 -04:00
parent 5b8ca5e2fb
commit 0cf4408249
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<html>
<body>
<img src='data:text/plain,' alt="initial. I'M INVISIBLE!">
</body>
</html>

View File

@ -0,0 +1,14 @@
<html class="reftest-wait">
<head>
<script type='text/javascript'>
function changeAltText(img)
{
img.alt = img.alt + ". I'M INVISIBLE!";
document.documentElement.className = "";
}
</script>
</head>
<body onload="changeAltText(document.images[0])">
<img src='data:text/plain,' alt="initial">
</body>
</html>

View File

@ -629,6 +629,7 @@ skip-if(MOZ_WIDGET_TOOLKIT!="windows") == 391045.html 391045-ref.html # windows-
== 395130-1.html 395130-1-ref.html
== 395130-2.html 395130-2-ref.html
== 395331-1.xml 395331-1-ref.xml
== 395390-1.html 395390-1-ref.html
== 396286-1.html about:blank # crash test
== 397428-1.html 397428-1-ref.html
== 397844-1.xhtml 397844-1-ref.xhtml