1 This test ensures selectstart is fired when selection is created by arrow keys.
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.
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