blob: 7ecf24db94899c2afde5d3da73aad930ecad809c [file] [log] [blame]
PASS e.style['object-position'] = "auto" should not set the property value
PASS e.style['object-position'] = "1px 2px 3px" should not set the property value
PASS e.style['object-position'] = "left right" should not set the property value
PASS e.style['object-position'] = "bottom 10%" should not set the property value
PASS e.style['object-position'] = "bottom 10% top 20%" should not set the property value
PASS e.style['object-position'] = "center left 1px" should not set the property value
PASS e.style['object-position'] = "center top 2px" should not set the property value
PASS e.style['object-position'] = "right 3% center" should not set the property value
PASS e.style['object-position'] = "left 4px top" should not set the property value
PASS e.style['object-position'] = "right top 5px" should not set the property value
PASS e.style['object-position'] = "bottom 6% center" should not set the property value
PASS e.style['object-position'] = "bottom 7% left" should not set the property value
PASS e.style['object-position'] = "bottom right 8%" should not set the property value