diff options
Diffstat (limited to 'layout/reftests/bugs/408782-1a.html')
-rw-r--r-- | layout/reftests/bugs/408782-1a.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/408782-1a.html b/layout/reftests/bugs/408782-1a.html new file mode 100644 index 0000000000..5a5c65f0a2 --- /dev/null +++ b/layout/reftests/bugs/408782-1a.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> |