chromium/third_party/blink/web_tests/external/wpt/css/css-typed-om/stylevalue-subclasses/cssLCH-expected.txt

This is a testharness.js-based test.
[FAIL] Constructing a CSSLCH with percent for the lightness works as intended.
  CSSLCH is not defined
[FAIL] CSSLCH.l can be updated with a percent.
  CSSLCH is not defined
[FAIL] Constructing a CSSLCH with number for the lightness works as intended.
  CSSLCH is not defined
[FAIL] CSSLCH.l can be updated with a number.
  CSSLCH is not defined
[FAIL] Constructing a CSSLCH with css pixels for lightness throws a SyntaxError.
  assert_throws_dom: function "() => new CSSLCH(lightness, 0, 0)" threw object "ReferenceError: CSSLCH is not defined" that is not a DOMException SyntaxError: property "code" is equal to undefined, expected 12
[FAIL] Constructing a CSSLCH with degrees for lightness throws a SyntaxError.
  assert_throws_dom: function "() => new CSSLCH(lightness, 0, 0)" threw object "ReferenceError: CSSLCH is not defined" that is not a DOMException SyntaxError: property "code" is equal to undefined, expected 12
[FAIL] CSSLCH can be constructed from three numbers and will get an alpha of 100%.
  CSSLCH is not defined
[FAIL] CSSLCH can be constructed from four numbers.
  CSSLCH is not defined
[FAIL] Constructing a CSSLCH with CSS.number for l, c, h or alpha throws a SyntaxError
  assert_throws_dom: function "() => new CSSLCH(CSS.number(1), 0, 0, 0)" threw object "ReferenceError: CSSLCH is not defined" that is not a DOMException SyntaxError: property "code" is equal to undefined, expected 12
[FAIL] Updating a CSSLCH with CSS.number for l throws a SyntaxError
  CSSLCH is not defined
[FAIL] CSSLCH.l can be updated to a number.
  CSSLCH is not defined
[FAIL] CSSLCH.l can be updated with a CSS percent.
  CSSLCH is not defined
[FAIL] Updating a CSSLCH with CSS.number for c throws a SyntaxError
  CSSLCH is not defined
[FAIL] CSSLCH.c can be updated to a number.
  CSSLCH is not defined
[FAIL] CSSLCH.c can be updated with a CSS percent.
  CSSLCH is not defined
[FAIL] Updating a CSSLCH with CSS.number for alpha throws a SyntaxError
  CSSLCH is not defined
[FAIL] CSSLCH.alpha can be updated to a number.
  CSSLCH is not defined
[FAIL] CSSLCH.alpha can be updated with a CSS percent.
  CSSLCH is not defined
Harness: the test ran to completion.