Title: [181477] trunk/LayoutTests
- Revision
- 181477
- Author
- [email protected]
- Date
- 2015-03-13 06:47:29 -0700 (Fri, 13 Mar 2015)
Log Message
Rebaseline accessibility/color-well.html
https://bugs.webkit.org/show_bug.cgi?id=141697
Patch by Marcos ChavarrÃa Teijeiro <[email protected]> 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:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (181476 => 181477)
--- trunk/LayoutTests/ChangeLog 2015-03-13 08:08:56 UTC (rev 181476)
+++ trunk/LayoutTests/ChangeLog 2015-03-13 13:47:29 UTC (rev 181477)
@@ -1,3 +1,19 @@
+2015-03-13 Marcos ChavarrÃa Teijeiro <[email protected]>
+
+ Rebaseline accessibility/color-well.html
+ https://bugs.webkit.org/show_bug.cgi?id=141697
+
+ 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:
+
2015-03-13 Hunseop Jeong <[email protected]>
Unreviewed GTK+ Gardening
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (181476 => 181477)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2015-03-13 08:08:56 UTC (rev 181476)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2015-03-13 13:47:29 UTC (rev 181477)
@@ -558,7 +558,6 @@
webkit.org/b/141467 fast/multicol/pagination/LeftToRight-tb-hittest.html [ Failure ]
webkit.org/b/141467 fast/multicol/pagination/RightToLeft-rl-hittest.html [ Failure ]
-webkit.org/b/141697 accessibility/color-well.html [ Failure ]
webkit.org/b/141698 editing/pasteboard/5761530-1.html [ Failure ]
webkit.org/b/141699 fast/attachment/attachment-disabled-rendering.html [ Failure ]
webkit.org/b/141699 fast/attachment/attachment-rendering.html [ Failure ]
Modified: trunk/LayoutTests/platform/gtk/accessibility/color-well-expected.txt (181476 => 181477)
--- trunk/LayoutTests/platform/gtk/accessibility/color-well-expected.txt 2015-03-13 08:08:56 UTC (rev 181476)
+++ trunk/LayoutTests/platform/gtk/accessibility/color-well-expected.txt 2015-03-13 13:47:29 UTC (rev 181477)
@@ -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: AXButton
+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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes