[Webkit-unassigned] [Bug 227665] New: Test fast/css/parsing-relative-color-syntax.html fails since r278304
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jul 3 10:06:07 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=227665
Bug ID: 227665
Summary: Test fast/css/parsing-relative-color-syntax.html fails
since r278304
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKitGTK
Assignee: webkit-unassigned at lists.webkit.org
Reporter: clopez at igalia.com
CC: bugs-noreply at webkitgtk.org, darin at apple.com,
sam at webkit.org
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)"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210703/7a82698e/attachment-0001.htm>
More information about the webkit-unassigned
mailing list