[Webkit-unassigned] [Bug 122551] [GTK] WebKitWebViewBase's ClickCounter should be reset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 19 07:03:14 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=122551





--- Comment #9 from Enrique OcaƱa <eocanha at igalia.com>  2013-12-19 07:01:18 PST ---
No, they are only skipped for wincairo, mac-wk2 and win, not for gtk{,-wk1,wk2}:

$ cat /tmp/nowpass.txt
editing/selection/anchor-focus1.html
editing/selection/anchor-focus2.html
editing/selection/anchor-focus3.html
editing/selection/block-with-positioned-lastchild.html
editing/selection/doubleclick-crash.html
editing/selection/drag-select-1.html
editing/selection/editable-links.html
editing/selection/expanding-selections.html
editing/selection/expanding-selections2.html
editing/selection/fake-doubleclick.html
editing/selection/inline-closest-leaf-child.html
editing/selection/mixed-editability-1.html
editing/selection/paragraph-granularity.html
editing/selection/select-across-readonly-input-1.html
editing/selection/select-across-readonly-input-2.html
editing/selection/select-across-readonly-input-3.html
editing/selection/select-across-readonly-input-4.html
editing/selection/select-across-readonly-input-5.html
editing/selection/select-all-iframe.html
editing/selection/select-from-textfield-outwards.html
editing/selection/selection-actions.html

$ for i in `find LayoutTests -name TestExpectations`; do for j in `cat /tmp/nowpass.txt`; do grep -Hn $j $i; done; done
LayoutTests/platform/wincairo/TestExpectations:2682:editing/selection/select-from-textfield-outwards.html
LayoutTests/platform/mac-wk2/TestExpectations:152:editing/selection/select-across-readonly-input-2.html
LayoutTests/platform/mac-wk2/TestExpectations:153:editing/selection/select-across-readonly-input-3.html
LayoutTests/platform/mac-wk2/TestExpectations:154:editing/selection/select-across-readonly-input-4.html
LayoutTests/platform/mac-wk2/TestExpectations:155:editing/selection/select-across-readonly-input-5.html
LayoutTests/platform/win/TestExpectations:2208:editing/selection/select-from-textfield-outwards.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list