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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/element-instance-property-listing-expected.txt

Issue 2912383002: Add support for Element.getAttributeNames() (Closed)
Patch Set: Removed redundant file Created 3 years, 7 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/virtual/stable/webexposed/element-instance-property-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/element-instance-property-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/element-instance-property-listing-expected.txt
index 147cba0101cfe28eeb38a9e67de5b1a239bc5bfe..0ae3a355744093871dc8bbffafd7c25c657edd91 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/element-instance-property-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/element-instance-property-listing-expected.txt
@@ -61,6 +61,7 @@ namespace http://www.w3.org/1999/xhtml
property focus
property getAttribute
property getAttributeNS
+ property getAttributeNames
property getAttributeNode
property getAttributeNodeNS
property getBoundingClientRect
@@ -1134,6 +1135,7 @@ namespace http://www.w3.org/2000/svg
property focus
property getAttribute
property getAttributeNS
+ property getAttributeNames
property getAttributeNode
property getAttributeNodeNS
property getBoundingClientRect

Powered by Google App Engine
This is Rietveld 408576698