haikuwebkit/LayoutTests/fast/dom/Attr/value-not-nullable-expected...

16 lines
392 B
Plaintext

Tests that Attr.value is not nullable
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
attr = document.createAttribute('test')
PASS attr.value is ""
PASS attr.value = null did not throw exception.
PASS attr.value is "null"
PASS attr.value = undefined did not throw exception.
PASS attr.value is "undefined"
PASS successfullyParsed is true
TEST COMPLETE