Fix Element::GetAttribute()

Local names should not be used to get a attribute without providing a namespace.
This commit is contained in:
Anthony Ramine 2015-04-03 13:51:39 +02:00
parent f22d920b4d
commit 1906f835b9
2 changed files with 13 additions and 10 deletions

View file

@ -1,17 +1,8 @@
[attributes.html]
type: testharness
[setAttribute should set the attribute with the given qualified name]
expected: FAIL
[When qualifiedName does not match the QName production, an NAMESPACE_ERR exception is to be thrown.]
expected: FAIL
[First set attribute is returned by getAttribute]
expected: FAIL
[First set attribute is returned with mapped attribute set later]
expected: FAIL
[Attribute with prefix in local name]
expected: FAIL