chromium/third_party/blink/web_tests/external/wpt/css/css-lists/parsing/list-style-type-computed-expected.txt

This is a testharness.js-based test.
[FAIL] Property list-style-type value 'symbols(cyclic "string")'
  assert_true: 'symbols(cyclic "string")' is a supported value for list-style-type. expected true got false
[FAIL] Property list-style-type value 'symbols(cyclic "○" "●")'
  assert_true: 'symbols(cyclic "○" "●")' is a supported value for list-style-type. expected true got false
[FAIL] Property list-style-type value 'symbols(fixed "1")'
  assert_true: 'symbols(fixed "1")' is a supported value for list-style-type. expected true got false
[FAIL] Property list-style-type value 'symbols("string")'
  assert_true: 'symbols("string")' is a supported value for list-style-type. expected true got false
[FAIL] Property list-style-type value 'symbols(alphabetic "first" "second")'
  assert_true: 'symbols(alphabetic "first" "second")' is a supported value for list-style-type. expected true got false
[FAIL] Property list-style-type value 'symbols(numeric "first" "second")'
  assert_true: 'symbols(numeric "first" "second")' is a supported value for list-style-type. expected true got false
Harness: the test ran to completion.