Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / mouse-double-triple-click-should-not-select-next-node-for-user-select-none-expected.txt
blobd0c4fd202ba108af5bf075b37e69956fcaa6d056
1 Mouse double/triple click on an element with "webkit-user-select none" should not select the next node
3 Foo
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
9 TEST COMPLETE