Cleanup after SK_SUPPORT_LEGACY_COLOR32_MATH rebaseline
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / aria-controls-expected.txt
blob67e696f2abdbb0980717ae65b31fc1d58cabaa4f
1 Panel 1
2 Panel 2
3 This tests that aria-controls identifies the correct element
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS tab_1.ariaControlsElementAtIndex(0).isEqual(panel_1) is true
9 PASS tab_1.ariaControlsElementAtIndex(1).isEqual(panel_2) is true
10 PASS successfullyParsed is true
12 TEST COMPLETE