summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/408782-1b.html
blob: f4044508e3d6adb810eb33b5b2eafce81ec9ed0b (plain)
1
2
3
4
5
6
7
8
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>