Index: LayoutTests/accessibility/aria-none-role.html |
diff --git a/LayoutTests/accessibility/aria-presentational-role.html b/LayoutTests/accessibility/aria-none-role.html |
similarity index 77% |
copy from LayoutTests/accessibility/aria-presentational-role.html |
copy to LayoutTests/accessibility/aria-none-role.html |
index fa02d05993a25586815e24eabf8b1e99b0dfbd0b..d5f86e31bea16d7189a832ec69f2f204e1159935 100644 |
--- a/LayoutTests/accessibility/aria-presentational-role.html |
+++ b/LayoutTests/accessibility/aria-none-role.html |
@@ -5,7 +5,7 @@ |
</head> |
<body id="body"> |
-<h3 role="presentation"> |
+<h3 role="none"> |
<a href="#">Link</a> and text |
</h3> |
@@ -14,7 +14,7 @@ |
<script> |
- description("This tests that the aria 'presentation' role works by successfully removing the element from the AX tree."); |
+ description("This tests that the aria 'none' role works by successfully removing the element from the AX tree."); |
if (window.accessibilityController) { |