Index: LayoutTests/accessibility/aria-tab-roles-expected.txt |
diff --git a/LayoutTests/accessibility/aria-tab-roles-expected.txt b/LayoutTests/accessibility/aria-tab-roles-expected.txt |
deleted file mode 100644 |
index 91848eec0f064952b35d284b117f8ea194d32429..0000000000000000000000000000000000000000 |
--- a/LayoutTests/accessibility/aria-tab-roles-expected.txt |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-Crust |
-Veges |
-Select Crust |
- |
-This tests that the aria roles for tab, tabpanel and tablist work as expected correctly. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-tabList.role = AXRole: AXTabGroup |
-tab1.role = AXRole: AXTab |
-PASS tab1.title is 'AXTitle: Crust' |
-PASS tab1.childrenCount is 0 |
-tab2.role = AXRole: AXTab |
-PASS tab2.title is 'AXTitle: Veges' |
-tabPanel.role = AXRole: AXGroup |
-tabPanel.subrole = |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |