зеркало из https://github.com/mozilla/pjs.git
Adding test
This commit is contained in:
Родитель
d062bfb7a0
Коммит
0d6b5640d8
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<input id="i" type="image" src="moz-no-such-scheme:nothing">
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -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>
|
|
@ -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>
|
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
<input id="i" type="image" src="moz-no-such-scheme:nothing" alt="Alt">
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
<input id="i" type="image" src="moz-no-such-scheme:nothing" alt="Alt" value="Value">
|
||||
</body>
|
||||
</html>
|
|
@ -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>
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче