summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/virtual
diff options
context:
space:
mode:
authoryoav <yoav@yoav.ws>2016-02-16 08:38:58 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-16 16:40:11 +0000
commit28c44a9702b430c2e0a04b773d7b8d04042781d4 (patch)
treee9771be0870d4ef189037ed441bdae44c09ed089 /third_party/WebKit/LayoutTests/virtual
parente292025e0d2ac8294604f3c974c5abd948d13915 (diff)
downloadchromium_src-28c44a9702b430c2e0a04b773d7b8d04042781d4.zip
chromium_src-28c44a9702b430c2e0a04b773d7b8d04042781d4.tar.gz
chromium_src-28c44a9702b430c2e0a04b773d7b8d04042781d4.tar.bz2
Align classList and relList to spec
This is a followup CL to https://codereview.chromium.org/1629403003/ which aligns classList and relList to the current spec. It makes these DOMTokenLists settable, by adding a PutForwards=value parameter in their IDL definitions. BUG=584612 Review URL: https://codereview.chromium.org/1696393002 Cr-Commit-Position: refs/heads/master@{#375593}
Diffstat (limited to 'third_party/WebKit/LayoutTests/virtual')
-rw-r--r--third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt2
1 files changed, 2 insertions, 0 deletions
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 0295f15..1d8fbbc 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
@@ -1001,6 +1001,7 @@ interface Element : Node
method webkitMatchesSelector
method webkitRequestFullScreen
method webkitRequestFullscreen
+ setter classList
setter className
setter id
setter innerHTML
@@ -1984,6 +1985,7 @@ interface HTMLLinkElement : HTMLElement
setter integrity
setter media
setter rel
+ setter relList
setter rev
setter sizes
setter target