mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Fix Element::GetAttribute()
Local names should not be used to get a attribute without providing a namespace.
This commit is contained in:
parent
f22d920b4d
commit
1906f835b9
2 changed files with 13 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue