Index: third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html |
index 407bff8a1b5692733f66a4f052724a71232e40b0..21c35c238e3e15b112119a2961feb23c0de6aef9 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html |
@@ -395,15 +395,12 @@ interface NamedNodeMap { |
[Exposed=Window] |
-interface Attr { |
+interface Attr : Node { |
readonly attribute DOMString? namespaceURI; |
readonly attribute DOMString? prefix; |
readonly attribute DOMString localName; |
readonly attribute DOMString name; |
- readonly attribute DOMString nodeName; // historical alias of .name |
attribute DOMString value; |
- [TreatNullAs=EmptyString] attribute DOMString nodeValue; // historical alias of .value |
- [TreatNullAs=EmptyString] attribute DOMString textContent; // historical alias of .value |
readonly attribute Element? ownerElement; |