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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2050643002: HTMLAreaElement should expose `download` and `rel` attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add layout test for download attribute. Created 4 years, 6 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/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index b648e6ac249a5125387f1235c55240ffe300a753..335cc3a8fa3cba18d008a72727a5ef0c428fb772 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -1391,6 +1391,7 @@ interface HTMLAreaElement : HTMLElement
attribute @@toStringTag
getter alt
getter coords
+ getter download
getter hash
getter host
getter hostname
@@ -1403,6 +1404,7 @@ interface HTMLAreaElement : HTMLElement
getter port
getter protocol
getter referrerpolicy
+ getter rel
getter search
getter shape
getter target
@@ -1411,6 +1413,7 @@ interface HTMLAreaElement : HTMLElement
method toString
setter alt
setter coords
+ setter download
setter hash
setter host
setter hostname
@@ -1422,6 +1425,7 @@ interface HTMLAreaElement : HTMLElement
setter port
setter protocol
setter referrerpolicy
+ setter rel
setter search
setter shape
setter target

Powered by Google App Engine
This is Rietveld 408576698