Bug 141706

Summary: [GTK] Layout Test fast/forms/color/input-appearance-color.html is failing
Product: WebKit Reporter: Marcos Chavarría Teijeiro (irc: chavaone) <chavarria1991>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, chavarria1991, gustavo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch none

Description Marcos Chavarría Teijeiro (irc: chavaone) 2015-02-17 08:30:01 PST
The fast/forms/color/input-appearance-color.html layout test is failing since it was added in r179922 (http://trac.webkit.org/r179922)

The diff is the following: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20%28Tests%29/r180216%20%286297%29/fast/forms/color/input-appearance-color-pretty-diff.html
Comment 1 Marcos Chavarría Teijeiro (irc: chavaone) 2015-03-11 06:15:31 PDT
Created attachment 248416 [details]
Patch
Comment 2 Carlos Garcia Campos 2015-03-11 06:20:06 PDT
Comment on attachment 248416 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=248416&action=review

> LayoutTests/ChangeLog:12
> +        causing the whole page to return wrong values.We probably could make a

values.We -> values. We
Comment 3 Marcos Chavarría Teijeiro (irc: chavaone) 2015-03-12 01:30:03 PDT
Created attachment 248500 [details]
Patch
Comment 4 Sergio Villar Senin 2015-03-12 01:42:44 PDT
Comment on attachment 248500 [details]
Patch

Mac port has a pixel test for this (there is a png expected result). We should likely do the same as it's quite complicated to know what we're testing without a picture.
Comment 5 Marcos Chavarría Teijeiro (irc: chavaone) 2015-03-12 02:16:40 PDT
Created attachment 248502 [details]
Patch
Comment 6 Marcos Chavarría Teijeiro (irc: chavaone) 2015-04-15 00:50:05 PDT
Created attachment 250779 [details]
Patch
Comment 7 Marcos Chavarría Teijeiro (irc: chavaone) 2015-05-06 00:29:32 PDT
This test were finally rebaselined at revision r183802 (http://trac.webkit.org/changeset/183802).