Index: content/test/data/accessibility/aria/aria-textbox-with-rich-text.html |
diff --git a/content/test/data/accessibility/aria/aria-textbox-with-rich-text.html b/content/test/data/accessibility/aria/aria-textbox-with-rich-text.html |
deleted file mode 100644 |
index 09c0a11678cb99833c5535bc44b93520fb2d94a9..0000000000000000000000000000000000000000 |
--- a/content/test/data/accessibility/aria/aria-textbox-with-rich-text.html |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-<!-- |
-@MAC-ALLOW:AXRole* |
-@WIN-ALLOW:caret_offset* |
-@WIN-ALLOW:ia2_hypertext=* |
-@WIN-ALLOW:IA2_STATE_MULTI_LINE |
-@WIN-ALLOW:IA2_STATE_SINGLE_LINE |
-@WIN-ALLOW:n_selections* |
-@WIN-ALLOW:selection_start* |
-@WIN-ALLOW:selection_end* |
-@WIN-ALLOW:value* |
-@WIN-DENY:value='http://*' |
-@WIN-ALLOW:xml-roles* |
---> |
-<!DOCTYPE html> |
-<html> |
-<body> |
- <div id="textbox1" role="textbox" contentEditable><h1>TextBox1</h1></div> |
- <div role="textbox" aria-multiline="true" contentEditable> |
- <h2>TextBox2</h2> |
- <p>Some text.</p> |
- </div> |
- |
- <script> |
- var textbox1 = document.getElementById("textbox1"); |
- textbox1.focus(); |
- </script> |
-</body> |
-</html> |