Bug 227665 - Test fast/css/parsing-relative-color-syntax.html fails since r278304
Summary: Test fast/css/parsing-relative-color-syntax.html fails since r278304
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-03 10:06 PDT by Carlos Alberto Lopez Perez
Modified: 2021-07-10 10:07 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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