Changeset 181477 in webkit


Ignore:
Timestamp:
Mar 13, 2015 6:47:29 AM (9 years ago)
Author:
commit-queue@webkit.org
Message:

Rebaseline accessibility/color-well.html
https://bugs.webkit.org/show_bug.cgi?id=141697

Patch by Marcos Chavarría Teijeiro <chavarria1991@gmail.com> on 2015-03-13
Reviewed by Chris Fleizach.

The revision (r179922) which makes this test fail, implements a color
picker for GTK+ platform. So now we have different accessibility
information for a color input and we could update the expected file.

TestExpectations has also been updated.

  • platform/gtk/TestExpectations:
  • platform/gtk/accessibility/color-well-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r181474 r181477  
     12015-03-13  Marcos Chavarría Teijeiro  <chavarria1991@gmail.com>
     2
     3        Rebaseline accessibility/color-well.html
     4        https://bugs.webkit.org/show_bug.cgi?id=141697
     5
     6        Reviewed by Chris Fleizach.
     7
     8        The revision (r179922) which makes this test fail, implements a color
     9        picker for GTK+ platform. So now we have different accessibility
     10        information for a color input and we could update the expected file.
     11
     12        TestExpectations has also been updated.
     13
     14        * platform/gtk/TestExpectations:
     15        * platform/gtk/accessibility/color-well-expected.txt:
     16
    1172015-03-13  Hunseop Jeong  <hs85.jeong@samsung.com>
    218
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r181446 r181477  
    559559webkit.org/b/141467 fast/multicol/pagination/RightToLeft-rl-hittest.html [ Failure ]
    560560
    561 webkit.org/b/141697 accessibility/color-well.html [ Failure ]
    562561webkit.org/b/141698 editing/pasteboard/5761530-1.html [ Failure ]
    563562webkit.org/b/141699 fast/attachment/attachment-disabled-rendering.html [ Failure ]
  • trunk/LayoutTests/platform/gtk/accessibility/color-well-expected.txt

    r143841 r181477  
    55
    66
    7 Role of input type=color is: AXRole: AXTextField
    8 Value of empty color well: AXValue:
    9 Value of good color well: AXValue: #ff0000
    10 Value of bad color well: AXValue: purple
     7Role of input type=color is: AXRole: AXButton
     8Value of empty color well: AXValue: rgb 0.00000 0.00000 0.00000 1
     9Value of good color well: AXValue: rgb 1.00000 0.00000 0.00000 1
     10Value of bad color well: AXValue: rgb 0.00000 0.00000 0.00000 1
    1111PASS successfullyParsed is true
    1212
Note: See TracChangeset for help on using the changeset viewer.