Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / setAttributeNS-empty-namespace-expected.txt
blobf290284fd9d95e6cccdf60d9b5138b184a93bdcf
1 Test that setAttributeNS("", ...) creates an attribute in null namespace. Per DOM 3 Core,
3 In programming languages where empty strings can be differentiated from null, empty strings, when given as a namespace URI, are converted to null.
4 PASS