blob: 566d62cc28823fb234508b8b81e93d43019a7fc3 [file] [log] [blame]
PASS e.style['list-style-type'] = "\"marker string\" none" should not set the property value
PASS e.style['list-style-type'] = "counter-Style-Name \"marker string\"" should not set the property value
PASS e.style['list-style-type'] = "symbols(cyclic)" should not set the property value
PASS e.style['list-style-type'] = "symbols(numeric \"n\")" should not set the property value
PASS e.style['list-style-type'] = "symbols(alphabetic \"a\")" should not set the property value
PASS e.style['list-style-type'] = "symbols(\"s\" symbolic)" should not set the property value
PASS e.style['list-style-type'] = "symbols(fixed url(\"https://example.com\"))" should not set the property value
PASS e.style['list-style-type'] = "symbols(repeating '○' '●')" should not set the property value