Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / input / ctrl-up-down-expected.txt
blob2a5f2a27675e7fa3caf5e3ba8bf44f24dba553d8
1 PASS selection.type is "Caret"
2 PASS selection.focusNode is paragraph1
3 PASS selection.focusOffset is 0
4 PASS selection.type is "Caret"
5 PASS selection.focusNode is paragraph2
6 PASS selection.focusOffset is 3
7 PASS selection.type is "Range"
8 PASS selection.focusNode is paragraph2
9 PASS selection.focusOffset is 84
10 PASS selection.type is "Range"
11 PASS selection.focusNode is paragraph1
12 PASS selection.focusOffset is 3
13 PASS successfullyParsed is true
15 TEST COMPLETE