Index: content/test/data/accessibility/aria-readonly.html |
diff --git a/content/test/data/accessibility/aria-readonly.html b/content/test/data/accessibility/aria-readonly.html |
deleted file mode 100644 |
index f6d944b1cad0c112d0a9f7dfbde0f73fd0aaf6d9..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/aria-readonly.html |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-<!-- |
-@MAC-ALLOW:AXValue=* |
---> |
-<html> |
-<body> |
- <input aria-readonly="false" tabindex="0" value="Editable text"> |
- <input aria-readonly="true" tabindex="1" value="Uneditable text"> |
-</body> |
-</html> |