Index: content/test/data/accessibility/section.html |
diff --git a/content/test/data/accessibility/section.html b/content/test/data/accessibility/section.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..281a617714e5260cddcf0e721e6668ee14ea9525 |
--- /dev/null |
+++ b/content/test/data/accessibility/section.html |
@@ -0,0 +1,15 @@ |
+<!-- |
+@MAC-ALLOW:AXRole* |
+@MAC-ALLOW:AXSubrole* |
+@WIN-ALLOW:xml-roles:* |
+--> |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ |
+<section> |
+ This is a section element. |
+</section> |
+ |
+</body> |
+</html> |