Index: LayoutTests/accessibility/aria-controls-expected.txt |
diff --git a/LayoutTests/accessibility/aria-controls-expected.txt b/LayoutTests/accessibility/aria-controls-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..67e696f2abdbb0980717ae65b31fc1d58cabaa4f |
--- /dev/null |
+++ b/LayoutTests/accessibility/aria-controls-expected.txt |
@@ -0,0 +1,13 @@ |
+Panel 1 |
+Panel 2 |
+This tests that aria-controls identifies the correct element |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS tab_1.ariaControlsElementAtIndex(0).isEqual(panel_1) is true |
+PASS tab_1.ariaControlsElementAtIndex(1).isEqual(panel_2) is true |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |