[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / events / selectstart-by-arrow-keys-expected.txt
1 This test ensures selectstart is fired when selection is created by arrow keys.
2
3 If running this test manually, click on div ("Hello World") element and try to select the text using arrow keys.
4 Expected result : SelectStart event will fire when user starts extending selection.
5 Hello World
6 Initial state: PASS
7 Check (Right arrow): PASS
8 Check (Right arrow + Shift): PASS
9 Check (Right arrow + Shift + Control): PASS
10 Check (End + Shift): PASS
11 Check (Home + Shift): PASS
12 Check (End + Shift): PASS
13 Check (Left arrow): PASS
14 Check (LeftArrow + Shift + Control): PASS
15 Check (Left arrow + Shift): PASS
16 Check (Home + Shift): PASS
17 Check (Home + Control): PASS
18 Done.