Title: [290142] trunk/LayoutTests/imported/w3c
Revision
290142
Author
jon...@apple.com
Date
2022-02-18 10:49:59 -0800 (Fri, 18 Feb 2022)

Log Message

[iOS] css/css-color/t422-rgba-onscreen-b.xht and css/css-color/t425-hsla-onscreen-b.xht are consistently failing
https://bugs.webkit.org/show_bug.cgi?id=236802

Reviewed by Dean Jackson.

* web-platform-tests/css/css-color/t422-rgba-onscreen-b.xht: Expand maxDifference range to accommodate iOS.
* web-platform-tests/css/css-color/t425-hsla-onscreen-b.xht:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (290141 => 290142)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2022-02-18 18:17:46 UTC (rev 290141)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2022-02-18 18:49:59 UTC (rev 290142)
@@ -1,3 +1,13 @@
+2022-02-17  Jon Lee  <jon...@apple.com>
+
+        [iOS] css/css-color/t422-rgba-onscreen-b.xht and css/css-color/t425-hsla-onscreen-b.xht are consistently failing
+        https://bugs.webkit.org/show_bug.cgi?id=236802
+
+        Reviewed by Dean Jackson.
+
+        * web-platform-tests/css/css-color/t422-rgba-onscreen-b.xht: Expand maxDifference range to accommodate iOS.
+        * web-platform-tests/css/css-color/t425-hsla-onscreen-b.xht:
+
 2022-02-18  Ziran Sun  <z...@igalia.com>
 
         [InputElement] Return empty string for an invalid floating-point number that ends with "."

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-color/t422-rgba-onscreen-b.xht (290141 => 290142)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-color/t422-rgba-onscreen-b.xht	2022-02-18 18:17:46 UTC (rev 290141)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-color/t422-rgba-onscreen-b.xht	2022-02-18 18:49:59 UTC (rev 290142)
@@ -8,7 +8,7 @@
 		<link rel="match" href="" />
 		<meta name="flags" content="" />
 		<meta name="assert" content="Test that rgba() does not behave like opacity and draw in an offscreen buffer." />
-		<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-2622" />
+		<meta name="fuzzy" content="maxDifference=0-61; totalPixels=0-2622" />
 		<style type="text/css"><![CDATA[
 		html, body { background: white; }
 		table { border-spacing: 0 2px; padding: 0; border: none; }

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-color/t425-hsla-onscreen-b.xht (290141 => 290142)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-color/t425-hsla-onscreen-b.xht	2022-02-18 18:17:46 UTC (rev 290141)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-color/t425-hsla-onscreen-b.xht	2022-02-18 18:49:59 UTC (rev 290142)
@@ -8,7 +8,7 @@
 		<link rel="match" href="" />
 		<meta name="flags" content="" />
 		<meta name="assert" content="Test that hsla() does not behave like opacity and draw in an offscreen buffer." />
-		<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-2622" />
+		<meta name="fuzzy" content="maxDifference=0-61; totalPixels=0-2622" />
 		<style type="text/css"><![CDATA[
 		html, body { background: white; }
 		table { border-spacing: 0 2px; padding: 0; border: none; }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to