Bug 227665

Summary: Test fast/css/parsing-relative-color-syntax.html fails since r278304
Product: WebKit Reporter: Carlos Alberto Lopez Perez <clopez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, darin, sam, webkit-bug-importer
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=226272

Description Carlos Alberto Lopez Perez 2021-07-03 10:06:07 PDT
Layout test fast/css/parsing-relative-color-syntax.html fails on GTK/WPE since r278304 with this text failure:

--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/css/parsing-relative-color-syntax-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/css/parsing-relative-color-syntax-actual.txt
@@ -550,7 +550,7 @@
 PASS computedStyle("background-color", "lab(from var(--mycolor) l a b / calc(alpha * 0.8))") is "lab(62.751923% 52.45802 -34.117283 / 0.8)"
 PASS computedStyle("background-color", "lab(from var(--mycolor) l a b / calc(alpha - 20%))") is "lab(62.751923% 52.45802 -34.117283 / 0.8)"
 PASS computedStyle("background-color", "lab(from var(--mycolor) l 0 0)") is "lab(62.751923% 0 0)"
-PASS computedStyle("background-color", "lch(from peru calc(l * 0.8) c h)") is "lch(49.80138% 54.003296 63.680317)"
+FAIL computedStyle("background-color", "lch(from peru calc(l * 0.8) c h)") should be lch(49.80138% 54.003296 63.680317). Was lch(49.80138% 54.003284 63.68035).
 PASS computedStyle("background-color", "LCH(from var(--accent) l c calc(h + 180deg))") is "lch(65.49473% 39.446903 10.114471)"
 PASS computedStyle("background-color", "lch(from var(--mycolor) l 0 h)") is "lch(62.751923% 0 326.96112)"
 PASS computedStyle("background-color", "var(--mygray)") is "lch(62.751923% 0 326.96112)"
Comment 1 Carlos Alberto Lopez Perez 2021-07-03 10:47:43 PDT
Updated expectations on r279545