blob: 496e1b1a0144f98860d3bbc1b492bd8554cbeb9c [file] [log] [blame]
Tests that CSSStyleDeclaration.cssText is not nullable
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS style.cssText is ""
PASS style.cssText = 'margin: 0px;' did not throw exception.
PASS style.cssText is "margin: 0px;"
PASS style.cssText = null did not throw exception.
PASS style.cssText is ""
PASS successfullyParsed is true
TEST COMPLETE