Harness status: OK

Found 13 tests

13 Pass
Pass	e.style['scrollbar-color'] = "initial" should set the property value
Pass	e.style['scrollbar-color'] = "inherit" should set the property value
Pass	e.style['scrollbar-color'] = "unset" should set the property value
Pass	e.style['scrollbar-color'] = "revert" should set the property value
Pass	e.style['scrollbar-color'] = "auto" should set the property value
Pass	e.style['scrollbar-color'] = "red green" should set the property value
Pass	e.style['scrollbar-color'] = "#FF0000 #00FF00" should set the property value
Pass	e.style['scrollbar-color'] = "currentcolor currentcolor" should set the property value
Pass	e.style['scrollbar-color'] = "" should not set the property value
Pass	e.style['scrollbar-color'] = "auto auto" should not set the property value
Pass	e.style['scrollbar-color'] = "auto currentcolor" should not set the property value
Pass	e.style['scrollbar-color'] = "red" should not set the property value
Pass	e.style['scrollbar-color'] = "#FF0000" should not set the property value