1 Mouse double/triple click on an element with "webkit-user-select none" should not select the next node
4 PASS doubleClick(); document.getSelection() is not "Foo"
5 PASS document.getSelection().removeAllRanges(); document.getSelection().toString().indexOf("Foo") is -1
6 PASS tripleClick(); document.getSelection().toString().indexOf("Foo") is -1
7 PASS successfullyParsed is true