blob: 87e1dbcd0189a8901ac40feb8a2a9ef8a19b0be6 [file] [log] [blame]
PASS e.style['margin'] = "10px" should set the property value
PASS e.style['margin'] = "20%" should set the property value
PASS e.style['margin'] = "calc(2em + 3ex)" should set the property value
PASS e.style['margin'] = "auto" should set the property value
PASS e.style['margin'] = "-10px" should set the property value
PASS e.style['margin'] = "-20%" should set the property value
PASS e.style['margin'] = "calc(2em + 3ex) auto" should set the property value
PASS e.style['margin'] = "auto calc(2em + 3ex) 20%" should set the property value
PASS e.style['margin'] = "10px 20% calc(2em + 3ex) auto" should set the property value
PASS e.style['margin-top'] = "10px" should set the property value
PASS e.style['margin-right'] = "20%" should set the property value
PASS e.style['margin-bottom'] = "calc(2em + 3ex)" should set the property value
PASS e.style['margin-left'] = "auto" should set the property value
PASS e.style['margin-top'] = "-10px" should set the property value
PASS e.style['margin-right'] = "-20%" should set the property value