haikuwebkit/LayoutTests/fast/css/CSSStyleDeclaration-cssText...

15 lines
388 B
Plaintext

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