Index: content/test/data/accessibility/input-radio.html |
diff --git a/content/test/data/accessibility/input-radio.html b/content/test/data/accessibility/input-radio.html |
deleted file mode 100644 |
index ca8199d17e33e364f40782dd8de9afc1c58a59d7..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/input-radio.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<!-- |
-@WIN-ALLOW:MIXED* |
-@WIN-ALLOW:CHECKED* |
-@WIN-ALLOW:checkable:* |
-@WIN-ALLOW:IA2_STATE_CHECKABLE* |
---> |
-<html> |
- <body> |
- <form> |
- <input type="radio" name="r"> |
- <input type="radio" name="r"> |
- </form> |
- <form> |
- <input type="radio" name="r"> |
- <input type="radio" name="r" checked> |
- </form> |
- </body> |
-</html> |