Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / selectstart-by-arrow-keys-expected.txt
bloba8da43ba02a74ef89949a4a541dec296246e24bb
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.
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.