Index: content/test/data/accessibility/figcaption.html |
diff --git a/content/test/data/accessibility/figcaption.html b/content/test/data/accessibility/figcaption.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f53674b7f013b1f840171e6a27d6c49b358bd4d7 |
--- /dev/null |
+++ b/content/test/data/accessibility/figcaption.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+<figure> |
+ <img src="greenbox.png" alt="This is a green box."> |
+ <figcaption>Fig.1 - A green Box</figcaption> |
+</figure> |
+</body> |
+</html> |