chromium/third_party/blink/web_tests/external/wpt/svg/text/parsing/text-decoration-fill-valid-expected.txt

This is a testharness.js-based test.
[FAIL] e.style['text-decoration-fill'] = "none" should set the property value
  assert_not_equals: property should be set got disallowed value ""
[FAIL] e.style['text-decoration-fill'] = "context-fill" should set the property value
  assert_not_equals: property should be set got disallowed value ""
[FAIL] e.style['text-decoration-fill'] = "context-stroke" should set the property value
  assert_not_equals: property should be set got disallowed value ""
[FAIL] e.style['text-decoration-fill'] = "rgb(12, 34, 56)" should set the property value
  assert_not_equals: property should be set got disallowed value ""
[FAIL] e.style['text-decoration-fill'] = "url(\\"https://example.com/\\")" should set the property value
  assert_not_equals: property should be set got disallowed value ""
[FAIL] e.style['text-decoration-fill'] = "url(\\"https://example.com/\\") none" should set the property value
  assert_not_equals: property should be set got disallowed value ""
[FAIL] e.style['text-decoration-fill'] = "url(\\"https://example.com/\\") rgb(12, 34, 56)" should set the property value
  assert_not_equals: property should be set got disallowed value ""
Harness: the test ran to completion.