tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / dom / script-tests / setAttributeNS-prefix-and-null-namespace.js
1 description("Test that calling setAttributeNS() with a prefixed qualifiedName and null NS throws NAMESPACE_ERR.");
2
3 shouldThrow("document.createElement('test').setAttributeNS(null, 'foo:bar', 'baz')", "'Error: NAMESPACE_ERR: DOM Exception 14'");