Bug 141466
Summary: | [GTK] Pointer and hover media queries Layout Test are failing since added | ||
---|---|---|---|
Product: | WebKit | Reporter: | Marcos Chavarría Teijeiro (irc: chavaone) <chavarria1991> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | benjamin, bugs-noreply, cgarcia, chavarria1991, clopez, koivisto |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 139681 | ||
Bug Blocks: |
Marcos Chavarría Teijeiro (irc: chavaone)
The following layout test are failing since they were added on r179055 (http://trac.webkit.org/r179055):
* fast/media/mq-any-hover-matchMedia.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r179921%20%286127%29/fast/media/mq-any-hover-matchMedia-pretty-diff.html
* fast/media/mq-any-hover-styling.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r179921%20%286127%29/fast/media/mq-any-hover-styling-pretty-diff.html
* fast/media/mq-any-pointer-matchMedia.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r179921%20%286127%29/fast/media/mq-any-pointer-matchMedia-pretty-diff.html
* fast/media/mq-any-pointer-styling.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r179921%20%286127%29/fast/media/mq-any-pointer-styling-pretty-diff.html
* fast/media/mq-hover-matchMedia.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r179921%20%286127%29/fast/media/mq-hover-matchMedia-pretty-diff.html
* fast/media/mq-hover-styling.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r179921%20%286127%29/fast/media/mq-hover-styling-pretty-diff.html
* fast/media/mq-pointer-matchMedia.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r179921%20%286127%29/fast/media/mq-pointer-matchMedia-pretty-diff.html
* fast/media/mq-pointer-styling.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r179921%20%286127%29/fast/media/mq-pointer-styling-pretty-diff.html
* fast/media/mq-pointer.html
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r179921%20%286127%29/fast/media/mq-pointer-pretty-diff.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Marcos Chavarría Teijeiro (irc: chavaone)
GTK+ port always compiles with TOUCH_EVENTS enabled and the implementation of detecting media queries uses ENABLED(TOUCH_EVENTS). We need to wait until 139681 bug is fixed to be able to check on runtime if a touch device is connected.
Carlos Garcia Campos
*** This bug has been marked as a duplicate of bug 139681 ***