1 Test for smart delete forward on double click selected word.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS sample.innerText is "foo baz"
8 PASS getSelection().rangeCount is 1
9 PASS getSelection().focusNode is sample.firstChild
10 PASS getSelection().focusOffset is 4
12 PASS sample.innerText is "foo baz"
13 PASS getSelection().rangeCount is 1
14 PASS getSelection().focusNode is sample.firstChild
15 PASS getSelection().focusOffset is 3
16 PASS successfullyParsed is true
19 Please tun this test with DRT.
21 To run it manually, double click on 'bar' and hit delete. You should see 'foo baz'.