Index: content/test/data/accessibility/aria-dialog.html |
diff --git a/content/test/data/accessibility/header.html b/content/test/data/accessibility/aria-dialog.html |
similarity index 66% |
copy from content/test/data/accessibility/header.html |
copy to content/test/data/accessibility/aria-dialog.html |
index bef095c8ad4f22706637af152af1d2acc7dbbe5a..71eb9402388bfb909433a6fd7ee7f34689ca8316 100644 |
--- a/content/test/data/accessibility/header.html |
+++ b/content/test/data/accessibility/aria-dialog.html |
@@ -1,13 +1,11 @@ |
-<!-- |
-@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* |
+@WIN-ALLOW:xml-roles:* |
+--> |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <div role="dialog">This is ARIA dialog.</div> |
+</body> |
+</html> |