Initialize Tizen 2.3
[framework/web/webkit-efl.git] / LayoutTests / accessibility / hidden-legend-expected.txt
1 Pick your favourite colour:
2  red  yellow
3 Pick your favourite colour: red  yellow
4  red  yellow
5 This tests that the legend is still used as the title UI element even when off-screen (but not when display:none is used)
6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8
9
10 PASS fieldset1.titleUIElement().isEqual(fieldset1.childAtIndex(0)) is true
11 PASS fieldset2.titleUIElement().isEqual(fieldset2.childAtIndex(0)) is true
12 PASS fieldset3.titleUIElement() == null || !fieldset3.titleUIElement().isValid is true
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16