Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-color] test conversion lossiness in relative color syntax #45148

always expect 16 bits precision

d8c9608
Select commit
Failed to load commit list.
Merged

[css-color] test conversion lossiness in relative color syntax #45148

always expect 16 bits precision
d8c9608
Select commit
Failed to load commit list.
Community-TC Integration / wpt-chrome-dev-results-without-changes succeeded Mar 17, 2024 in 3m 45s

Community-TC (pull_request)

Collect results for all tests affected by a pull request in chrome but without the changes in the PR.

Details

View task in Taskcluster
View logs in Taskcluster

WPT Command: python3 ./wpt run --channel=dev --no-fail-on-unexpected --log-wptreport=../artifacts/wpt_report.json --log-wptscreenshot=../artifacts/wpt_screenshot.txt --affected task_head --log-mach-level=info --log-mach=- -y --no-pause --no-restart-on-unexpected --install-fonts --no-headless --verify-log-full --enable-swiftshader --install-browser --install-webdriver chrome


    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
FAIL Property color value 'color(from color-mix(in xyz, color(xyz-d65 0.7 0.5 0.3), color(xyz-d65 0.7 0.5 0.3)) xyz-d65 x y z / alpha)' - assert_true: 'color(from color-mix(in xyz, color(xyz-d65 0.7 0.5 0.3), color(xyz-d65 0.7 0.5 0.3)) xyz-d65 x y z / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)

 0:22.92 INFO No more tests
 0:22.92 INFO No more tests
 0:22.93 pid:2176 [2188:2202:0317/095419.427779:FATAL:bus.cc(1246)] D-Bus connection was disconnected. Aborting.
 0:22.93 pid:2176 [2188:2260:0317/095419.429763:FATAL:bus.cc(1246)] D-Bus connection was disconnected. Aborting.
 0:22.94 pid:2176 [0317/095419.443467:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
 0:22.94 pid:2176 [0317/095419.443531:ERROR:file_io_posix.cc(145)] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
 0:22.93 INFO Closing logging queue
 0:22.93 INFO queue closed
 0:23.04 SUITE_END

web-platform-test
~~~~~~~~~~~~~~~~~
Ran 980 checks (979 subtests, 1 tests)
Expected results: 946
Unexpected results: 34
  subtest: 34 (34 fail)

Unexpected Results
------------------
/css/css-color/parsing/color-computed-relative-color.html
  FAIL Property color value 'rgb(from rebeccapurple calc((r / 255) * 100%) calc((g / 255) * 100%) calc((b / 255) * 100%) / calc(alpha * 100%))' - assert_true: 'rgb(from rebeccapurple calc((r / 255) * 100%) calc((g / 255) * 100%) calc((b / 255) * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'rgb(from color-mix(in srgb, red, red) r g b / alpha)' - assert_true: 'rgb(from color-mix(in srgb, red, red) r g b / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'hsl(from hsl(20 30 40 / 0.8) calc(h + 1) calc(s + 1) calc(l + 1) / calc(alpha + 0.01))' - Colors do not match.
Actual:   color(srgb 0.88 1.556 1.92 / 0.81)
Expected: color(srgb 0.54 0.37 0.28 / 0.81).
Error: assert_array_approx_equals: Numeric parameters are approximately equal. property 0, expected 0.54 +/- 0.01, expected 0.54 but got 0.88
  FAIL Property color value 'hsl(from rebeccapurple calc((h / 360) * 360deg) calc((s / 100) * 100%) calc((l / 100) * 100%) / calc(alpha * 100%))' - assert_true: 'hsl(from rebeccapurple calc((h / 360) * 360deg) calc((s / 100) * 100%) calc((l / 100) * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'hsl(from color-mix(in srgb, red, red) h s l / alpha)' - assert_true: 'hsl(from color-mix(in srgb, red, red) h s l / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'hwb(from hwb(20 30 40 / 0.8) calc(h + 1) calc(w + 1) calc(b + 1) / calc(alpha + 0.01))' - Colors do not match.
Actual:   color(srgb 0.481481 0.481481 0.481481 / 0.81)
Expected: color(srgb 0.59 0.41 0.31 / 0.81).
Error: assert_array_approx_equals: Numeric parameters are approximately equal. property 0, expected 0.59 +/- 0.01, expected 0.59 but got 0.481481
  FAIL Property color value 'hwb(from rebeccapurple calc((h / 360) * 360deg) calc((w / 100) * 100%) calc((b / 100) * 100%) / calc(alpha * 100%))' - assert_true: 'hwb(from rebeccapurple calc((h / 360) * 360deg) calc((w / 100) * 100%) calc((b / 100) * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'hwb(from color-mix(in srgb, red, red) h w b / alpha)' - assert_true: 'hwb(from color-mix(in srgb, red, red) h w b / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'lab(from lab(25 20 50) calc((l / 100) * 100%) calc((a / 125) * 100%) calc((b / 125) * 100%) / calc(alpha * 100%))' - assert_true: 'lab(from lab(25 20 50) calc((l / 100) * 100%) calc((a / 125) * 100%) calc((b / 125) * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'lab(from color-mix(in lab, lab(25 20 50), lab(25 20 50)) l a b / alpha)' - assert_true: 'lab(from color-mix(in lab, lab(25 20 50), lab(25 20 50)) l a b / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'oklab(from oklab(0.25 0.2 0.5) calc(l * 100%) calc((a / 0.4) * 100%) calc((b / 0.4) * 100%) / calc(alpha * 100%))' - assert_true: 'oklab(from oklab(0.25 0.2 0.5) calc(l * 100%) calc((a / 0.4) * 100%) calc((b / 0.4) * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'oklab(from color-mix(in oklab, oklab(0.25 0.2 0.5), oklab(0.25 0.2 0.5)) l a b / alpha)' - assert_true: 'oklab(from color-mix(in oklab, oklab(0.25 0.2 0.5), oklab(0.25 0.2 0.5)) l a b / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'lch(from lch(0.7 45 30) calc((l / 100) * 100%) calc((c / 150) * 100%) calc((h / 360) * 360deg) / calc(alpha * 100%))' - assert_true: 'lch(from lch(0.7 45 30) calc((l / 100) * 100%) calc((c / 150) * 100%) calc((h / 360) * 360deg) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'lch(from color-mix(in lch, lch(70 45 30), lch(70 45 30)) l c h / alpha)' - assert_true: 'lch(from color-mix(in lch, lch(70 45 30), lch(70 45 30)) l c h / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'oklch(from oklch(0.7 0.45 30) calc(l * 100%) calc((c / 0.4) * 100%) calc((h / 360) * 360deg) / calc(alpha * 100%))' - assert_true: 'oklch(from oklch(0.7 0.45 30) calc(l * 100%) calc((c / 0.4) * 100%) calc((h / 360) * 360deg) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'oklch(from color-mix(in oklch, oklch(0.7 0.45 30), oklch(0.7 0.45 30)) l c h / alpha)' - assert_true: 'oklch(from color-mix(in oklch, oklch(0.7 0.45 30), oklch(0.7 0.45 30)) l c h / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color(srgb 0.7 0.5 0.3) srgb calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' - assert_true: 'color(from color(srgb 0.7 0.5 0.3) srgb calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color-mix(in xyz, color(srgb 0.7 0.5 0.3), color(srgb 0.7 0.5 0.3)) srgb r g b / alpha)' - assert_true: 'color(from color-mix(in xyz, color(srgb 0.7 0.5 0.3), color(srgb 0.7 0.5 0.3)) srgb r g b / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' - assert_true: 'color(from color(srgb-linear 0.7 0.5 0.3) srgb-linear calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color-mix(in xyz, color(srgb-linear 0.7 0.5 0.3), color(srgb-linear 0.7 0.5 0.3)) srgb-linear r g b / alpha)' - assert_true: 'color(from color-mix(in xyz, color(srgb-linear 0.7 0.5 0.3), color(srgb-linear 0.7 0.5 0.3)) srgb-linear r g b / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' - assert_true: 'color(from color(a98-rgb 0.7 0.5 0.3) a98-rgb calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color-mix(in xyz, color(a98-rgb 0.7 0.5 0.3), color(a98-rgb 0.7 0.5 0.3)) a98-rgb r g b / alpha)' - assert_true: 'color(from color-mix(in xyz, color(a98-rgb 0.7 0.5 0.3), color(a98-rgb 0.7 0.5 0.3)) a98-rgb r g b / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color(rec2020 0.7 0.5 0.3) rec2020 calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' - assert_true: 'color(from color(rec2020 0.7 0.5 0.3) rec2020 calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color-mix(in xyz, color(rec2020 0.7 0.5 0.3), color(rec2020 0.7 0.5 0.3)) rec2020 r g b / alpha)' - assert_true: 'color(from color-mix(in xyz, color(rec2020 0.7 0.5 0.3), color(rec2020 0.7 0.5 0.3)) rec2020 r g b / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' - assert_true: 'color(from color(prophoto-rgb 0.7 0.5 0.3) prophoto-rgb calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color-mix(in xyz, color(prophoto-rgb 0.7 0.5 0.3), color(prophoto-rgb 0.7 0.5 0.3)) prophoto-rgb r g b / alpha)' - assert_true: 'color(from color-mix(in xyz, color(prophoto-rgb 0.7 0.5 0.3), color(prophoto-rgb 0.7 0.5 0.3)) prophoto-rgb r g b / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color(display-p3 0.7 0.5 0.3) display-p3 calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' - assert_true: 'color(from color(display-p3 0.7 0.5 0.3) display-p3 calc(r * 100%) calc(g * 100%) calc(b * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color-mix(in xyz, color(display-p3 0.7 0.5 0.3), color(display-p3 0.7 0.5 0.3)) display-p3 r g b / alpha)' - assert_true: 'color(from color-mix(in xyz, color(display-p3 0.7 0.5 0.3), color(display-p3 0.7 0.5 0.3)) display-p3 r g b / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color(xyz 7 -20.5 100) xyz calc(x * 100%) calc(y * 100%) calc(z * 100%) / calc(alpha * 100%))' - assert_true: 'color(from color(xyz 7 -20.5 100) xyz calc(x * 100%) calc(y * 100%) calc(z * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color-mix(in xyz, color(xyz 0.7 0.5 0.3), color(xyz 0.7 0.5 0.3)) xyz x y z / alpha)' - assert_true: 'color(from color-mix(in xyz, color(xyz 0.7 0.5 0.3), color(xyz 0.7 0.5 0.3)) xyz x y z / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 calc(x * 100%) calc(y * 100%) calc(z * 100%) / calc(alpha * 100%))' - assert_true: 'color(from color(xyz-d50 7 -20.5 100) xyz-d50 calc(x * 100%) calc(y * 100%) calc(z * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color-mix(in xyz, color(xyz-d50 0.7 0.5 0.3), color(xyz-d50 0.7 0.5 0.3)) xyz-d50 x y z / alpha)' - assert_true: 'color(from color-mix(in xyz, color(xyz-d50 0.7 0.5 0.3), color(xyz-d50 0.7 0.5 0.3)) xyz-d50 x y z / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 calc(x * 100%) calc(y * 100%) calc(z * 100%) / calc(alpha * 100%))' - assert_true: 'color(from color(xyz-d65 7 -20.5 100) xyz-d65 calc(x * 100%) calc(y * 100%) calc(z * 100%) / calc(alpha * 100%))' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
  FAIL Property color value 'color(from color-mix(in xyz, color(xyz-d65 0.7 0.5 0.3), color(xyz-d65 0.7 0.5 0.3)) xyz-d65 x y z / alpha)' - assert_true: 'color(from color-mix(in xyz, color(xyz-d65 0.7 0.5 0.3), color(xyz-d65 0.7 0.5 0.3)) xyz-d65 x y z / alpha)' is a supported value for color. expected true got false
    at Test.<anonymous> (http://web-platform.test:8000/css/support/computed-testcommon.js:25:5)
    at Test.step (http://web-platform.test:8000/resources/testharness.js:2622:25)
    at test (http://web-platform.test:8000/resources/testharness.js:633:30)
    at test_computed_value (http://web-platform.test:8000/css/support/computed-testcommon.js:22:3)
    at fuzzy_test_computed_color (http://web-platform.test:8000/css/support/color-testcommon.js:62:3)
 0:23.05 INFO Got 1 unexpected results, with 0 unexpected passes
 0:23.05 wptserve INFO Stopped WebTransport over HTTP/3 server on 127.0.0.1:11000
 0:23.12 wptserve INFO Stopped http server on 127.0.0.1:8003
 0:23.13 wptserve INFO Stopped http server on 127.0.0.1:8002
 0:23.13 wptserve INFO Stopped http server on 127.0.0.1:8445
 0:23.13 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8888))
 0:23.13 wptserve INFO Stopped http server on 127.0.0.1:8443
 0:23.13 wptserve INFO Close on: (<AddressFamily.AF_INET: 2>, <SocketKind.SOCK_STREAM: 1>, 6, '', ('127.0.0.1', 8889))
 0:23.13 wptserve INFO Stopped http server on 127.0.0.1:8446
 0:23.13 wptserve INFO Stopped http server on 127.0.0.1:8444
 0:23.13 wptserve INFO Stopped http server on 127.0.0.1:9000
 0:23.13 wptserve INFO Stopped http server on 127.0.0.1:8001
 0:23.27 wptserve INFO Stopped http server on 127.0.0.1:8000
 0:23.33 INFO Removed font: Ahem.ttf
 0:23.35 INFO Closing logging queue
 0:23.35 INFO queue closed
 0:23.35 INFO Tolerating 1 unexpected results
[taskcluster 2024-03-17 09:54:25.134Z] === Task Finished ===
[taskcluster 2024-03-17 09:54:26.018Z] Successful task run with exit code: 0 completed in 163.119 seconds