Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / undo / undo-forward-delete-boundary-expected.txt
blobeba38e0719956b73ff87552554658cac8b43a394
1 mac
2 PASS selection.anchorNode.data is "This wo"
3 PASS selection.anchorOffset is 5
4 PASS selection.focusNode.data is "rd "
5 PASS selection.focusOffset is 2
6 PASS selection.toString() is "word"
7 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
8 win
9 PASS selection.anchorNode.data is "This wo"
10 PASS selection.anchorOffset is 5
11 PASS selection.focusNode.data is "This wo"
12 PASS selection.focusOffset is 5
13 PASS selection.toString() is ""
14 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
15 unix
16 PASS selection.anchorNode.data is "This wo"
17 PASS selection.anchorOffset is 5
18 PASS selection.focusNode.data is "This wo"
19 PASS selection.focusOffset is 5
20 PASS selection.toString() is ""
21 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
22 android
23 PASS selection.anchorNode.data is "This wo"
24 PASS selection.anchorOffset is 5
25 PASS selection.focusNode.data is "This wo"
26 PASS selection.focusOffset is 5
27 PASS selection.toString() is ""
28 PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
29 PASS successfullyParsed is true
31 TEST COMPLETE