diff options
Diffstat (limited to 'dom/html/reftests/468263-2-alternate-ref.html')
-rw-r--r-- | dom/html/reftests/468263-2-alternate-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/html/reftests/468263-2-alternate-ref.html b/dom/html/reftests/468263-2-alternate-ref.html new file mode 100644 index 000000000..538898c97 --- /dev/null +++ b/dom/html/reftests/468263-2-alternate-ref.html @@ -0,0 +1,7 @@ +<!DOCTYPE HTML> +<html> +<body> + <img id="image1" src=""> + <input id="image3" type="image"> +</body> +</html> |