[Webkit-unassigned] [Bug 141697] New: [GTK] Layout Test accessibility/color-well.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 17 04:43:07 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=141697

            Bug ID: 141697
           Summary: [GTK] Layout Test accessibility/color-well.html is
                    failing
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: chavarria1991 at gmail.com
                CC: webkit-bug-importer at group.apple.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150217/73cde2d1/attachment-0002.html>


More information about the webkit-unassigned mailing list