chromium/third_party/blink/web_tests/external/wpt/css/css-borders/tentative/parsing/box-shadow-blur-valid-expected.txt

This is a testharness.js-based test.
[FAIL] e.style['box-shadow-blur'] = "0" should set the property value
  assert_not_equals: property should be set got disallowed value ""
[FAIL] e.style['box-shadow-blur'] = "1px" should set the property value
  assert_not_equals: property should be set got disallowed value ""
[FAIL] e.style['box-shadow-blur'] = "1em" should set the property value
  assert_not_equals: property should be set got disallowed value ""
[FAIL] e.style['box-shadow-blur'] = "calc(1em + 2px)" should set the property value
  assert_not_equals: property should be set got disallowed value ""
[FAIL] e.style['box-shadow-blur'] = "1px, 2px" should set the property value
  assert_not_equals: property should be set got disallowed value ""
Harness: the test ran to completion.