[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / events / mouse-double-triple-click-should-not-select-next-node-for-user-select-none-expected.txt
1 Mouse double/triple click on an element with "webkit-user-select none" should not select the next node
2
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
8
9 TEST COMPLETE
10