blob: 7650073ff6500680ff8b7b745a0204023233bed9 [file] [log] [blame]
mac
PASS selection.anchorNode.data is "rd "
PASS selection.anchorOffset is 2
PASS selection.focusNode.data is "This wo"
PASS selection.focusOffset is 5
PASS selection.toString() is "word"
PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
win
PASS selection.anchorNode.data is "rd "
PASS selection.anchorOffset is 2
PASS selection.focusNode.data is "rd "
PASS selection.focusOffset is 2
PASS selection.toString() is ""
PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
unix
PASS selection.anchorNode.data is "rd "
PASS selection.anchorOffset is 2
PASS selection.focusNode.data is "rd "
PASS selection.focusOffset is 2
PASS selection.toString() is ""
PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
android
PASS selection.anchorNode.data is "rd "
PASS selection.anchorOffset is 2
PASS selection.focusNode.data is "rd "
PASS selection.focusOffset is 2
PASS selection.toString() is ""
PASS $("test").innerHTML is "This wo<b>rd </b>should be selected only on mac."
PASS successfullyParsed is true
TEST COMPLETE