Adding test

This commit is contained in:
bzbarsky@mit.edu 2007-12-19 09:54:48 -08:00
parent 74bd2a0ec4
commit 78638d1cf3
7 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<html>
<head>
</head>
<body>
<input id="i" type="image" src="moz-no-such-scheme:nothing">
</body>
</html>

View File

@ -0,0 +1,9 @@
<html class="reftest-wait">
<head>
</head>
<body onload="document.getElementById('i').removeAttribute('alt'); document.documentElement.className='';">
<input id="i" type="image" src="moz-no-such-scheme:nothing" alt="Alt">
</body>
</html>

View File

@ -0,0 +1,9 @@
<html class="reftest-wait">
<head>
</head>
<body onload="document.getElementById('i').removeAttribute('value'); document.documentElement.className='';">
<input id="i" type="image" src="moz-no-such-scheme:nothing" value="Value">
</body>
</html>

View File

@ -0,0 +1,5 @@
<html>
<body>
<input id="i" type="image" src="moz-no-such-scheme:nothing" alt="Alt">
</body>
</html>

View File

@ -0,0 +1,5 @@
<html>
<body>
<input id="i" type="image" src="moz-no-such-scheme:nothing" alt="Alt" value="Value">
</body>
</html>

View File

@ -0,0 +1,9 @@
<html class="reftest-wait">
<head>
</head>
<body onload="document.getElementById('i').removeAttribute('alt'); document.documentElement.className='';">
<input id="i" type="image" src="moz-no-such-scheme:nothing" value="Alt" alt="Value">
</body>
</html>

View File

@ -546,3 +546,7 @@ random == 403134-1.html 403134-1-ref.html # bug 405377
== 407111-1.html 407111-1-ref.html
== 407227-1.html 407227-1-ref.html
== 407937-1.html 407937-1-ref.html
== 408782-1a.html 408782-1-ref.html
== 408782-1b.html 408782-1-ref.html
== 408782-2a.html 408782-2-ref.html
== 408782-2b.html 408782-2-ref.html