summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/408782-2b.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/408782-2b.html')
-rw-r--r--layout/reftests/bugs/408782-2b.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/408782-2b.html b/layout/reftests/bugs/408782-2b.html
new file mode 100644
index 0000000000..1597dfaf2e
--- /dev/null
+++ b/layout/reftests/bugs/408782-2b.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>