mirror of
https://github.com/servo/servo.git
synced 2025-09-15 17:38:23 +01:00
Update web-platform-tests to revision 60220357131c65146444da1f54624d5b54d0975d
This commit is contained in:
parent
c45192614c
commit
775b784f79
2144 changed files with 58115 additions and 29658 deletions
|
@ -360,6 +360,7 @@ interface Element : Node {
|
|||
void setAttributeNS(DOMString? namespace, DOMString qualifiedName, DOMString value);
|
||||
void removeAttribute(DOMString qualifiedName);
|
||||
void removeAttributeNS(DOMString? namespace, DOMString localName);
|
||||
boolean toggleAttribute(DOMString qualifiedName, optional boolean force);
|
||||
boolean hasAttribute(DOMString qualifiedName);
|
||||
boolean hasAttributeNS(DOMString? namespace, DOMString localName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue