Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / selection-functions-expected.txt
blob2a84d1898d9ba952428be4c44de8fb224e58c2f6
1 This test checks if setSelectionRange(), selectionStart, and selectionEnd on a textarea and input work as expected. This includes checking edge cases such as out-of-bound values.
3 If this test passed you'll see a bunch of correct selection ranges below. Check the expected file for the correct ranges.
5     
6 ===textarea===
7 setSelectionRange():
8 3, 7
9 0, 5
10 42, 48
11 2, 2
13 selectionStart:
14 3, 3
15 7, 7
16 0, 7
17 48, 48
18 3, 48
20 selectionEnd:
21 3, 5
22 2, 2
23 0, 0
24 0, 48
25 7, 7
27 ===input===
28 setSelectionRange():
29 3, 7
30 0, 5
31 42, 48
32 2, 2
34 selectionStart:
35 3, 3
36 7, 7
37 0, 7
38 48, 48
39 3, 48
41 selectionEnd:
42 3, 5
43 2, 2
44 0, 0
45 0, 48
46 7, 7
48 ===button===
49 button.selectionStart threw exception
50 button.selectionStart = 0 threw exception
51 button.selectionEnd threw exception
52 button.selectionEnd = 0 threw exception
53 button.setSelectionRange defined
54 button.setSelectionRange(0,0) threw exception