Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces.html

Issue 2273143002: Update web-platform-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update baseline Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698