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

13 lines
377 B
Plaintext
Raw Permalink Blame History

Tests use of USVString in CSSStyleDeclaration.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS declaration.getPropertyValue('animation-name') is "abc<62>def<65>ghi"
PASS declaration.cssText.includes(REPLACED) is true
PASS declaration.removeProperty('animation-name') is "abc<62>def<65>ghi"
PASS successfullyParsed is true
TEST COMPLETE