blob: d0c4fd202ba108af5bf075b37e69956fcaa6d056 [file] [log] [blame]
Mouse double/triple click on an element with "webkit-user-select none" should not select the next node
Foo
PASS doubleClick(); document.getSelection() is not "Foo"
PASS document.getSelection().removeAllRanges(); document.getSelection().toString().indexOf("Foo") is -1
PASS tripleClick(); document.getSelection().toString().indexOf("Foo") is -1
PASS successfullyParsed is true
TEST COMPLETE