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

Unified Diff: third_party/WebKit/LayoutTests/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: Final version Created 4 years, 5 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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index e1f30f81e366a13107ab3ccf08adf4f03e76449d..8581ab4ed6bb863ac2fc6e2d8b20327698258d4a 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -1871,6 +1871,7 @@ interface HTMLAreaElement : HTMLElement
attribute @@toStringTag
getter alt
getter coords
+ getter download
getter hash
getter host
getter hostname
@@ -1883,6 +1884,7 @@ interface HTMLAreaElement : HTMLElement
getter port
getter protocol
getter referrerPolicy
+ getter rel
getter search
getter shape
getter target
@@ -1891,6 +1893,7 @@ interface HTMLAreaElement : HTMLElement
method toString
setter alt
setter coords
+ setter download
setter hash
setter host
setter hostname
@@ -1902,6 +1905,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