blob: 232899a1c07afc4ae130afed59d3d5d7c89484fe [file] [log] [blame]
PASS e.style['border-image'] = "none" should set the property value
PASS e.style['border-image'] = "stretch" should set the property value
PASS e.style['border-image'] = "none 100% / 1 / 0 stretch" should set the property value
PASS e.style['border-image'] = "url(\"http://www.example.com/\") 1 2 3 4 fill" should set the property value
PASS e.style['border-image'] = "url(\"http://www.example.com/\") 1 2 3 4 fill / 1 / 0 stretch" should set the property value
PASS e.style['border-image'] = "url(\"http://www.example.com/\")" should set the property value
PASS e.style['border-image'] = "repeat round" should set the property value
PASS e.style['border-image'] = "none repeat round" should set the property value
PASS e.style['border-image'] = "space" should set the property value
PASS e.style['border-image'] = "none space space" should set the property value
PASS e.style['border-image'] = "none 100% / 1 / 0 space" should set the property value
PASS e.style['border-image'] = "1" should set the property value
PASS e.style['border-image'] = "none 1 1 1 1" should set the property value
PASS e.style['border-image'] = "none 1 / 1 / 0 stretch" should set the property value
PASS e.style['border-image'] = "url(\"http://www.example.com/\") 1 2% 3 4%" should set the property value
PASS e.style['border-image'] = "url(\"http://www.example.com/\") 1 2% 3 4% fill" should set the property value
PASS e.style['border-image'] = "url(\"http://www.example.com/\") fill 1 2% 3 4%" should set the property value
PASS e.style['border-image'] = "1 / 1px" should set the property value
PASS e.style['border-image'] = "1 2% 3 4% / 2%" should set the property value
PASS e.style['border-image'] = "1 2% 3 4% fill / 3" should set the property value
PASS e.style['border-image'] = "fill 1 2% 3 4% / auto" should set the property value
PASS e.style['border-image'] = "1 / 1px 2% 3 auto" should set the property value
PASS e.style['border-image'] = "1 / / 1px" should set the property value
PASS e.style['border-image'] = "1 2% 3 4% / / 2" should set the property value
PASS e.style['border-image'] = "url(\"http://www.example.com/\") 1 2% 3 4% fill / / 1px 2 3px 4" should set the property value
PASS e.style['border-image'] = "1 / 1px / 1px" should set the property value
PASS e.style['border-image'] = "1 2% 3 4% / 2% / 2" should set the property value
PASS e.style['border-image'] = "1 2% 3 4% fill / 3 / 1px 2 3px 4" should set the property value
PASS e.style['border-image'] = "1 / auto / 1px" should set the property value
PASS e.style['border-image'] = "1 2% 3 4% / 1px 2% 3 auto / 2" should set the property value