chromium/third_party/blink/web_tests/external/wpt/css/css-typed-om/stylevalue-subclasses/numeric-objects/arithmetic.tentative-expected.txt

This is a testharness.js-based test.
Found 2 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] CSSNumericValue.max should throw TypeError when the types are different.
  assert_throws_js: function "() => CSS.number(3)[methodName](CSS.px(10) ,CSS.number(0))" did not throw
[FAIL] CSSNumericValue.min should throw TypeError when the types are different.
  assert_throws_js: function "() => CSS.number(3)[methodName](CSS.px(10) ,CSS.number(0))" did not throw
Harness: the test ran to completion.