Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
fast
/
dom
/
setAttributeNS-empty-namespace-expected.txt
blob: f290284fd9d95e6cccdf60d9b5138b184a93bdcf [
file
] [
log
] [
blame
]
Test that setAttributeNS("", ...) creates an attribute 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