[Webkit-unassigned] [Bug 106920] New: [GTK] accessibility/color-well.html requires an appropriate baseline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 10:18:03 PST 2013


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

           Summary: [GTK] accessibility/color-well.html requires an
                    appropriate baseline
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk, LayoutTestFailure
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zandobersek at gmail.com
                CC: jdiggs at igalia.com
            Blocks: 98347


This test was added in r139663
http://trac.webkit.org/changeset/139663

On the GTK port, the important part of the output is as follows:
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

The role and values here match the ones that were committed in the baseline for the Mac port.
Baseline for the Chromium port contains the following:
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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list