Index: LayoutTests/accessibility/textbox-role-reports-selection-expected.txt |
diff --git a/LayoutTests/accessibility/textbox-role-reports-selection-expected.txt b/LayoutTests/accessibility/textbox-role-reports-selection-expected.txt |
deleted file mode 100644 |
index 811765dae704794111c25d28700a463981918915..0000000000000000000000000000000000000000 |
--- a/LayoutTests/accessibility/textbox-role-reports-selection-expected.txt |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-This tests that the AXSelection property is correctly reported for non-native text boxes. |
-Some text in a textbox (34 chars). |
-PASS: axSelection is {0, 0} (Collapsed selection at start) |
-PASS: axSelection is {34, 0} (Collapsed selection at end) |
-PASS: axSelection is {15, 0} (Collapsed selection in the middle) |
-PASS: axSelection is {15, 2} (Non-collapsed selection in the middle) |
-PASS: axSelection is {0, 15} (Non-collapsed selection at the start) |
-PASS: axSelection is {15, 19} (Non-collapsed selection at the end) |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |