Bug 141466 - [GTK] Pointer and hover media queries Layout Test are failing since added
Summary: [GTK] Pointer and hover media queries Layout Test are failing since added
Status: RESOLVED DUPLICATE of bug 139681
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 139681
Blocks:
  Show dependency treegraph
 
Reported: 2015-02-11 01:48 PST by Marcos Chavarría Teijeiro (irc: chavaone)
Modified: 2019-05-23 06:12 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcos Chavarría Teijeiro (irc: chavaone) 2015-02-11 01:48:49 PST
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
Comment 1 Marcos Chavarría Teijeiro (irc: chavaone) 2015-03-11 03:59:08 PDT
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.
Comment 2 Carlos Garcia Campos 2019-05-23 06:12:51 PDT

*** This bug has been marked as a duplicate of bug 139681 ***