RESOLVED FIXED 141697
[GTK] Layout Test accessibility/color-well.html is failing
https://bugs.webkit.org/show_bug.cgi?id=141697
Summary [GTK] Layout Test accessibility/color-well.html is failing
Marcos Chavarría Teijeiro (irc: chavaone)
Reported 2015-02-17 04:43:07 PST
The accessibility/color-well.html layout test is failing since r179922 (http://trac.webkit.org/r179922) The diff is the following: --- /home/ch01/wk-tools/layout-test-results/accessibility/color-well-expected.txt +++ /home/ch01/wk-tools/layout-test-results/accessibility/color-well-actual.txt @@ -4,10 +4,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -Role of input type=color is: AXRole: AXTextField -Value of empty color well: AXValue: -Value of good color well: AXValue: #ff0000 -Value of bad color well: AXValue: purple +Role of input type=color is: AXRole: AXColorWell +Value of empty color well: AXValue: rgb 0.00000 0.00000 0.00000 1 +Value of good color well: AXValue: rgb 1.00000 0.00000 0.00000 1 +Value of bad color well: AXValue: rgb 0.00000 0.00000 0.00000 1 PASS successfullyParsed is true TEST COMPLETE
Attachments
Patch (2.77 KB, patch)
2015-03-12 03:00 PDT, Marcos Chavarría Teijeiro (irc: chavaone)
no flags
Radar WebKit Bug Importer
Comment 1 2015-02-17 04:43:21 PST
Radar WebKit Bug Importer
Comment 2 2015-02-17 04:44:08 PST
Marcos Chavarría Teijeiro (irc: chavaone)
Comment 3 2015-03-12 03:00:44 PDT
Joanmarie Diggs
Comment 4 2015-03-12 10:19:33 PDT
I'm not a reviewer, but LGTM.
WebKit Commit Bot
Comment 5 2015-03-13 06:48:01 PDT
Comment on attachment 248505 [details] Patch Clearing flags on attachment: 248505 Committed r181477: <http://trac.webkit.org/changeset/181477>
WebKit Commit Bot
Comment 6 2015-03-13 06:48:07 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.