Harness status: OK

Found 17 tests

17 Pass
Pass	e.style['text-decoration'] = "none" should set the property value
Pass	e.style['text-decoration'] = "line-through" should set the property value
Pass	e.style['text-decoration'] = "solid" should set the property value
Pass	e.style['text-decoration'] = "currentcolor" should set the property value
Pass	e.style['text-decoration'] = "auto" should set the property value
Pass	e.style['text-decoration'] = "from-font" should set the property value
Pass	e.style['text-decoration'] = "10px" should set the property value
Pass	e.style['text-decoration'] = "double overline underline" should set the property value
Pass	e.style['text-decoration'] = "underline overline line-through red" should set the property value
Pass	e.style['text-decoration'] = "underline overline line-through blink" should set the property value
Pass	e.style['text-decoration'] = "underline overline line-through blink red" should set the property value
Pass	e.style['text-decoration'] = "rgba(10, 20, 30, 0.4) dotted" should set the property value
Pass	e.style['text-decoration'] = "overline green from-font" should set the property value
Pass	e.style['text-decoration'] = "underline dashed green" should set the property value
Pass	e.style['text-decoration'] = "underline auto" should set the property value
Pass	e.style['text-decoration'] = "line-through 20px" should set the property value
Pass	e.style['text-decoration'] = "overline 3em" should set the property value