зеркало из https://github.com/mozilla/gecko-dev.git
Adding test
This commit is contained in:
Родитель
5b8ca5e2fb
Коммит
0cf4408249
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
<img src='data:text/plain,' alt="initial. I'M INVISIBLE!">
|
||||
</body>
|
||||
</html>
|
|
@ -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>
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче