WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
227665
Test fast/css/parsing-relative-color-syntax.html fails since
r278304
https://bugs.webkit.org/show_bug.cgi?id=227665
Summary
Test fast/css/parsing-relative-color-syntax.html fails since r278304
Carlos Alberto Lopez Perez
Reported
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)"
Attachments
Add attachment
proposed patch, testcase, etc.
Carlos Alberto Lopez Perez
Comment 1
2021-07-03 10:47:43 PDT
Updated expectations on
r279545
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug