haikuwebkit/LayoutTests/fast/dom/createElementNS-empty-names...

5 lines
242 B
Plaintext

Test that createElementNS("", ...) creates an element in null namespace. Per DOM 3 Core,
In programming languages where empty strings can be differentiated from null, empty strings, when given as a namespace URI, are converted to null.
PASS