mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Adding test
This commit is contained in:
parent
7e31dfdf30
commit
4cc6033471
9
layout/reftests/bugs/408782-1-ref.html
Normal file
9
layout/reftests/bugs/408782-1-ref.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<input id="i" type="image" src="moz-no-such-scheme:nothing">
|
||||
|
||||
</body>
|
||||
</html>
|
9
layout/reftests/bugs/408782-1a.html
Normal file
9
layout/reftests/bugs/408782-1a.html
Normal 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>
|
9
layout/reftests/bugs/408782-1b.html
Normal file
9
layout/reftests/bugs/408782-1b.html
Normal 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>
|
5
layout/reftests/bugs/408782-2-ref.html
Normal file
5
layout/reftests/bugs/408782-2-ref.html
Normal file
@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
<input id="i" type="image" src="moz-no-such-scheme:nothing" alt="Alt">
|
||||
</body>
|
||||
</html>
|
5
layout/reftests/bugs/408782-2a.html
Normal file
5
layout/reftests/bugs/408782-2a.html
Normal file
@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
<input id="i" type="image" src="moz-no-such-scheme:nothing" alt="Alt" value="Value">
|
||||
</body>
|
||||
</html>
|
9
layout/reftests/bugs/408782-2b.html
Normal file
9
layout/reftests/bugs/408782-2b.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user