Title: [232940] trunk/LayoutTests
- Revision
- 232940
- Author
- [email protected]
- Date
- 2018-06-18 12:13:19 -0700 (Mon, 18 Jun 2018)
Log Message
fast/forms/button-set-display-flex-justifyContent-center.html is failing on macOS Mojave
https://bugs.webkit.org/show_bug.cgi?id=186776
<rdar://problem/41104962>
Fix a failing layout test by making the reference markup robust for changes to system button text color. This
system color is different in macOS Mojave, which causes this layout test to fail.
Reviewed by Beth Dakin.
* fast/forms/button-set-display-flex-justifyContent-center-expected.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (232939 => 232940)
--- trunk/LayoutTests/ChangeLog 2018-06-18 19:05:27 UTC (rev 232939)
+++ trunk/LayoutTests/ChangeLog 2018-06-18 19:13:19 UTC (rev 232940)
@@ -1,3 +1,16 @@
+2018-06-18 Wenson Hsieh <[email protected]>
+
+ fast/forms/button-set-display-flex-justifyContent-center.html is failing on macOS Mojave
+ https://bugs.webkit.org/show_bug.cgi?id=186776
+ <rdar://problem/41104962>
+
+ Fix a failing layout test by making the reference markup robust for changes to system button text color. This
+ system color is different in macOS Mojave, which causes this layout test to fail.
+
+ Reviewed by Beth Dakin.
+
+ * fast/forms/button-set-display-flex-justifyContent-center-expected.html:
+
2018-06-18 Michael Catanzaro <[email protected]>
Unreviewed GTK test gardening
Modified: trunk/LayoutTests/fast/forms/button-set-display-flex-justifyContent-center-expected.html (232939 => 232940)
--- trunk/LayoutTests/fast/forms/button-set-display-flex-justifyContent-center-expected.html 2018-06-18 19:05:27 UTC (rev 232939)
+++ trunk/LayoutTests/fast/forms/button-set-display-flex-justifyContent-center-expected.html 2018-06-18 19:13:19 UTC (rev 232940)
@@ -6,6 +6,7 @@
width: 300px;
display: flex;
justify-content: center;
+ color: buttontext;
}
</style>
<h4>Test for centering text inside a button set to display flex and justify-content: center is impossible</h4>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes