haikuwebkit/LayoutTests/fast/events/mouse-double-triple-click-s...

11 lines
393 B
Plaintext

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