Index: content/test/data/accessibility/fieldset.html |
diff --git a/content/test/data/accessibility/legend.html b/content/test/data/accessibility/fieldset.html |
similarity index 51% |
copy from content/test/data/accessibility/legend.html |
copy to content/test/data/accessibility/fieldset.html |
index 8118b2f8fa8520fd6d088662add010cf7294d7a0..edf4fc161a83055536e075515bf9ffeeb2a829a8 100644 |
--- a/content/test/data/accessibility/legend.html |
+++ b/content/test/data/accessibility/fieldset.html |
@@ -1,17 +1,12 @@ |
-<!DOCTYPE html> |
-<!-- |
-@MAC-ALLOW:AXTitleUIElement* |
---> |
-<html> |
-<body> |
- |
-<form> |
- <fieldset> |
- <legend>Browser Engine's:</legend> |
- Browser: <input type="text"><br> |
- Rendering Engine: <input type="text"><br> |
- </fieldset> |
-</form> |
- |
-</body> |
-</html> |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ |
+<form> |
+ <fieldset> |
+ <legend>Browser Engine's:</legend> |
+ </fieldset> |
+</form> |
+ |
+</body> |
+</html> |