Index: content/test/data/accessibility/img.html |
diff --git a/content/test/data/accessibility/img.html b/content/test/data/accessibility/img.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4e143ab8c6c7bba1891fe0dd56853494f5ca0dd3 |
--- /dev/null |
+++ b/content/test/data/accessibility/img.html |
@@ -0,0 +1,11 @@ |
+<!-- |
+@MAC-ALLOW:AXRoleDescription='image' |
+@WIN-ALLOW:xml-roles:* |
+--> |
+<html> |
+<body> |
+ <img src="pipe.jpg" alt="pipe"> |
+ <img src="pipe.jpg" alt=""> |
+ <img src="pipe.jpg" alt=" "> |
+</body> |
+</html> |