Index: content/test/data/accessibility/dt.html |
diff --git a/content/test/data/accessibility/header.html b/content/test/data/accessibility/dt.html |
similarity index 58% |
copy from content/test/data/accessibility/header.html |
copy to content/test/data/accessibility/dt.html |
index bef095c8ad4f22706637af152af1d2acc7dbbe5a..e2694e5867881552ba3d22ad8928266b9f15a2c0 100644 |
--- a/content/test/data/accessibility/header.html |
+++ b/content/test/data/accessibility/dt.html |
@@ -1,13 +1,13 @@ |
-<!-- |
-@MAC-ALLOW:AXRole* |
-@MAC-ALLOW:AXSubrole* |
-@WIN-ALLOW:xml-roles:* |
---> |
-<!DOCTYPE html> |
-<html> |
-<body> |
- <header> |
- Chromium Browser |
- </header> |
-</body> |
-</html> |
+<!-- |
+@MAC-ALLOW:AXRole* |
+@MAC-ALLOW:AXSubrole* |
+--> |
+<!DOCTYPE html> |
+<html> |
+<body> |
+<dl> |
+ <dt>Coffee</dt> |
+ <dd>Black hot drink</dd> |
+</dl> |
+</body> |
+</html> |