Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
dom
/
createElementNS-empty-namespace-expected.txt
blob: f86b40b19352e20db18367b2c2b0efc6a2f90fea [
file
] [
log
] [
blame
]
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