[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / html / tab-order-expected.txt
1 This page tests that the HTML4 tabbing order is respected properly.
2
3 To test, put focus in "a". Pressing Tab should focus "a" through "k" in order, and pressing Shift-Tab should reverse the order.
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 Tabbing forward....
19
20 <input value="a" tabindex="1"> focused
21 <input value="b" tabindex="1"> focused
22 <input value="c" tabindex="1"> focused
23 <input value="d" tabindex="1"> focused
24 <input value="e" tabindex="3"> focused
25 <input value="f" tabindex="4"> focused
26 <input value="g" tabindex="6"> focused
27 <input value="h" tabindex="6"> focused
28 <input value="i" tabindex="0"> focused
29 <input value="j" tabindex="0"> focused
30 <input value="k" tabindex="0"> focused
31
32 Tabbing backward....
33
34 <input value="k" tabindex="0"> focused
35 <input value="j" tabindex="0"> focused
36 <input value="i" tabindex="0"> focused
37 <input value="h" tabindex="6"> focused
38 <input value="g" tabindex="6"> focused
39 <input value="f" tabindex="4"> focused
40 <input value="e" tabindex="3"> focused
41 <input value="d" tabindex="1"> focused
42 <input value="c" tabindex="1"> focused
43 <input value="b" tabindex="1"> focused
44 <input value="a" tabindex="1"> focused
45
46 Test finished
47
48