Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / undo / undo-combined-delete-expected.txt
blob750acc7eb3f7c601029e21fc63e627ef32fd4534
1 mac
2 PASS selection.anchorNode.data is "This word should be selected only on mac."
3 PASS selection.anchorOffset is 5
4 PASS selection.focusNode.data is "This word should be selected only on mac."
5 PASS selection.focusOffset is 9
6 PASS selection.toString() is "word"
7 win
8 PASS selection.anchorNode.data is "This word should be selected only on mac."
9 PASS selection.anchorOffset is 7
10 PASS selection.focusNode.data is "This word should be selected only on mac."
11 PASS selection.focusOffset is 7
12 PASS selection.toString() is ""
13 unix
14 PASS selection.anchorNode.data is "This word should be selected only on mac."
15 PASS selection.anchorOffset is 7
16 PASS selection.focusNode.data is "This word should be selected only on mac."
17 PASS selection.focusOffset is 7
18 PASS selection.toString() is ""
19 android
20 PASS selection.anchorNode.data is "This word should be selected only on mac."
21 PASS selection.anchorOffset is 7
22 PASS selection.focusNode.data is "This word should be selected only on mac."
23 PASS selection.focusOffset is 7
24 PASS selection.toString() is ""
25 PASS successfullyParsed is true
27 TEST COMPLETE