blob: 6b224c97cd406cc5e042b5a86e58e86902d82ed8 [file] [log] [blame]
PASS e.style['background-size'] = "1px" should set the property value
PASS e.style['background-size'] = "1px auto" should set the property value
PASS e.style['background-size'] = "2% 3%" should set the property value
PASS e.style['background-size'] = "auto" should set the property value
PASS e.style['background-size'] = "auto auto" should set the property value
PASS e.style['background-size'] = "auto 4%" should set the property value
PASS e.style['background-size'] = "contain" should set the property value
PASS e.style['background-size'] = "cover" should set the property value
PASS e.style['background-size'] = "auto 1px, 2% 3%, contain" should set the property value