Title: [252659] trunk/LayoutTests
Revision
252659
Author
[email protected]
Date
2019-11-19 16:50:07 -0800 (Tue, 19 Nov 2019)

Log Message

REGRESSION (r252598): system-preview/badge.html and transforms/2d/zoom-menulist.html are failing
https://bugs.webkit.org/show_bug.cgi?id=204383

Unreviewed test gardening: adjust these tests for the different color component
rounding introduced in r252598.

* platform/ios/transforms/2d/zoom-menulist-expected.txt:
* system-preview/badge-expected.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (252658 => 252659)


--- trunk/LayoutTests/ChangeLog	2019-11-20 00:48:32 UTC (rev 252658)
+++ trunk/LayoutTests/ChangeLog	2019-11-20 00:50:07 UTC (rev 252659)
@@ -55,6 +55,17 @@
         * http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration-expected.txt:
             Removed the lastSeen output since it may differ between test runs.
 
+2019-11-19  Simon Fraser  <[email protected]>
+
+        REGRESSION (r252598): system-preview/badge.html and transforms/2d/zoom-menulist.html are failing
+        https://bugs.webkit.org/show_bug.cgi?id=204383
+
+        Unreviewed test gardening: adjust these tests for the different color component
+        rounding introduced in r252598.
+
+        * platform/ios/transforms/2d/zoom-menulist-expected.txt:
+        * system-preview/badge-expected.html:
+
 2019-11-19  Sihui Liu  <[email protected]>
 
         Update expectations for bufferedAmount-unchanged-by-sync-xhr.any.worker.html

Modified: trunk/LayoutTests/platform/ios/transforms/2d/zoom-menulist-expected.txt (252658 => 252659)


--- trunk/LayoutTests/platform/ios/transforms/2d/zoom-menulist-expected.txt	2019-11-20 00:48:32 UTC (rev 252658)
+++ trunk/LayoutTests/platform/ios/transforms/2d/zoom-menulist-expected.txt	2019-11-20 00:50:07 UTC (rev 252659)
@@ -7,7 +7,7 @@
         RenderText {#text} at (0,1) size 273x36
           text run at (0,1) width 273: "Zooming Menu List"
       RenderBlock (anonymous) at (0,59) size 784x73
-        RenderMenuList {SELECT} at (6,6) size 147x60 [bgcolor=#FFFFFF02] [border: (3px solid #4C4C4C)]
+        RenderMenuList {SELECT} at (6,6) size 147x60 [bgcolor=#FFFFFF03] [border: (3px solid #4C4C4C)]
           RenderBlock (anonymous) at (19,10) size 109x40
             RenderText at (0,0) size 63x39
               text run at (0,0) width 63: "One"

Modified: trunk/LayoutTests/system-preview/badge-expected.html (252658 => 252659)


--- trunk/LayoutTests/system-preview/badge-expected.html	2019-11-20 00:48:32 UTC (rev 252658)
+++ trunk/LayoutTests/system-preview/badge-expected.html	2019-11-20 00:50:07 UTC (rev 252659)
@@ -42,7 +42,7 @@
     <img data-color="rgb(156, 156, 156)">
 </a>
 <a href=""
-    <img data-color="rgb(255, 176, 105)">
+    <img data-color="rgb(255, 174, 104)">
 </a>
 <a href=""
     <img data-color="white">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to