chromium/third_party/blink/web_tests/external/wpt/css/css-typed-om/the-stylepropertymap/properties/background-repeat-expected.txt

This is a testharness.js-based test.
[FAIL] Can set 'background-repeat' to the 'repeat-x' keyword: repeat-x
  Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
[FAIL] Can set 'background-repeat' to the 'repeat-y' keyword: repeat-y
  Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
[FAIL] Can set 'background-repeat' to the 'repeat' keyword: repeat
  Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
[FAIL] Can set 'background-repeat' to the 'space' keyword: space
  Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
[FAIL] Can set 'background-repeat' to the 'round' keyword: round
  Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
[FAIL] Can set 'background-repeat' to the 'no-repeat' keyword: no-repeat
  Failed to execute 'set' on 'StylePropertyMap': Invalid type for property
Harness: the test ran to completion.