Bug 278719
| Summary: | [GTK][WPE] Touch events related layout tests failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> |
| Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, dpino |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Alberto Lopez Perez
On bug 278717 the touch events related layout tests where UN-skipped with this result:
WPE tests passing:
fast/events/touch/create-touch-event.html
fast/events/touch/create-touch-event-without-touchList.html
fast/events/touch/document-create-touch-list-crash.html
fast/events/touch/emulated-touch-iframe.html
fast/events/touch/emulate-touch-events.html
fast/events/touch/gesture/context-menu-on-long-press.html
fast/events/touch/gesture/context-menu-on-long-tap.html
fast/events/touch/gesture/context-menu-on-two-finger-tap.html
fast/events/touch/gesture/gesture-tap-active-state.html
fast/events/touch/gesture/gesture-tap-hover-clear.html
fast/events/touch/gesture/gesture-tap-on-hover-element.html
fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html
fast/events/touch/gesture/pad-gesture-fling.html
fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html
fast/events/touch/gesture/touch-gesture-noscroll-body.html
fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html
fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html
fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden.html
fast/events/touch/gesture/touch-gesture-noscroll-div.html
fast/events/touch/gesture/touch-gesture-noscroll-iframe.html
fast/events/touch/gesture/touch-gesture-scroll-div.html
fast/events/touch/gesture/touch-gesture-scroll-div-scaled.html
fast/events/touch/gesture/touch-gesture-scroll-iframe.html
fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html
fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html
fast/events/touch/gesture/touch-gesture-scroll-page.html
fast/events/touch/gesture/touch-gesture-scroll-shy-target.html
fast/events/touch/input-touch-target.html
fast/events/touch/inserted-fragment-touch-target.html
fast/events/touch/moved-touch-target.html
fast/events/touch/nested-document-with-touch-handler-detached-crash.html
fast/events/touch/removed-fragment-touch-target.html
fast/events/touch/removed-touch-target.html
fast/events/touch/tap-highlight-color.html
fast/events/touch/textarea-touch-target.html
fast/events/touch/text-node-touch-target.html
fast/events/touch/touch-active-state.html
fast/events/touch/touch-before-pressing-spin-button.html
fast/events/touch/touch-coords-in-zoom-and-scroll.html
fast/events/touch/touch-event-constructor.html
fast/events/touch/touch-handler-count.html
fast/events/touch/touch-inside-iframe.html
fast/events/touch/touch-inside-iframe-scrolled.html
fast/events/touch/touch-slider.html
fast/events/touch/touch-slider-no-js-touch-listener.html
fast/events/touch/touch-stale-node-crash.html
imported/w3c/web-platform-tests/touch-events/idlharness.window.html
imported/w3c/web-platform-tests/touch-events/touch-globaleventhandler-interface.html
GTK tests passing:
fast/events/touch/create-touch-event.html
fast/events/touch/create-touch-event-without-touchList.html
fast/events/touch/document-create-touch-list-crash.html
fast/events/touch/emulated-touch-iframe.html
fast/events/touch/gesture/context-menu-on-long-press.html
fast/events/touch/gesture/context-menu-on-long-tap.html
fast/events/touch/gesture/context-menu-on-two-finger-tap.html
fast/events/touch/gesture/gesture-tap-active-state.html
fast/events/touch/gesture/gesture-tap-hover-clear.html
fast/events/touch/gesture/gesture-tap-on-hover-element.html
fast/events/touch/gesture/long-press-on-draggable-element-triggers-drag.html
fast/events/touch/gesture/pad-gesture-fling.html
fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html
fast/events/touch/gesture/touch-gesture-noscroll-body.html
fast/events/touch/gesture/touch-gesture-noscroll-body-propagated.html
fast/events/touch/gesture/touch-gesture-noscroll-body-xhidden.html
fast/events/touch/gesture/touch-gesture-noscroll-body-yhidden.html
fast/events/touch/gesture/touch-gesture-noscroll-div.html
fast/events/touch/gesture/touch-gesture-noscroll-iframe.html
fast/events/touch/gesture/touch-gesture-scroll-div.html
fast/events/touch/gesture/touch-gesture-scroll-div-scaled.html
fast/events/touch/gesture/touch-gesture-scroll-iframe.html
fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html
fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated.html
fast/events/touch/gesture/touch-gesture-scroll-page.html
fast/events/touch/gesture/touch-gesture-scroll-shy-target.html
fast/events/touch/nested-document-with-touch-handler-detached-crash.html
fast/events/touch/touch-before-pressing-spin-button.html
fast/events/touch/touch-event-constructor.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
Initial tests failing marked at: https://commits.webkit.org/282787@main
Diego Pino
*** Bug 219425 has been marked as a duplicate of this bug. ***