Index: content/test/data/accessibility/input-text.html |
diff --git a/content/test/data/accessibility/input-search.html b/content/test/data/accessibility/input-text.html |
similarity index 51% |
copy from content/test/data/accessibility/input-search.html |
copy to content/test/data/accessibility/input-text.html |
index ee9a4107834edbbe172421327add2f5e8439d631..c699e1bda6b458df8a8614a8524f358e6685048d 100644 |
--- a/content/test/data/accessibility/input-search.html |
+++ b/content/test/data/accessibility/input-text.html |
@@ -1,10 +1,11 @@ |
<!DOCTYPE html> |
<!-- |
@MAC-ALLOW:AXRole* |
-@MAC-ALLOW:AXSubrole* |
+@WIN-ALLOW:text-input-type* |
+@WIN-ALLOW:IA2_STATE* |
--> |
<html> |
<body> |
- <input type="search" name="googlesearch"> |
+ <input type="text"> |
</body> |
</html> |