chromium/third_party/blink/web_tests/external/wpt/css/css-backgrounds/parsing/background-valid-expected.txt

This is a testharness.js-based test.
[FAIL] e.style['background'] = "none" should set background-attachment
  assert_equals: background-attachment should be canonical expected "scroll" but got "initial"
[FAIL] e.style['background'] = "none" should set background-clip
  assert_equals: background-clip should be canonical expected "border-box" but got "initial"
[FAIL] e.style['background'] = "none" should set background-color
  assert_equals: background-color should be canonical expected "transparent" but got "initial"
[FAIL] e.style['background'] = "none" should set background-origin
  assert_equals: background-origin should be canonical expected "padding-box" but got "initial"
[FAIL] e.style['background'] = "none" should set background-position
  assert_equals: background-position should be canonical expected "0% 0%" but got "initial"
[FAIL] e.style['background'] = "none" should set background-repeat
  assert_equals: background-repeat should be canonical expected "repeat" but got "initial"
[FAIL] e.style['background'] = "none" should set background-size
  assert_equals: background-size should be canonical expected "auto" but got "initial"
Harness: the test ran to completion.