diff options
Diffstat (limited to 'dom/html/test/file_ignoreuserfocus.html')
-rw-r--r-- | dom/html/test/file_ignoreuserfocus.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/html/test/file_ignoreuserfocus.html b/dom/html/test/file_ignoreuserfocus.html new file mode 100644 index 000000000..b9e330212 --- /dev/null +++ b/dom/html/test/file_ignoreuserfocus.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html> + <body> + <map name=a> + <area shape=rect coords=0,0,100,100 href=#fail> + </map> + <img usemap=#a src=image.png> + <input><iframe></iframe> + </body> +</html> |