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

Unified Diff: Source/bindings/tests/idls/TestInterface.idl

Issue 157013006: Update HTMLFormControlsCollection's named getter to behave according to spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline inspector test Created 6 years, 10 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: Source/bindings/tests/idls/TestInterface.idl
diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl
index 9f092eb47d354ece46f1333b00fbb1dee0d78af2..dd78ffb0dbe637c4c7a5c3acc9fc2f472c502496 100644
--- a/Source/bindings/tests/idls/TestInterface.idl
+++ b/Source/bindings/tests/idls/TestInterface.idl
@@ -36,7 +36,7 @@
RaisesException=Constructor,
SetWrapperReferenceTo(ReferencedType referencedName),
] interface TestInterface {
- [ImplementedAs=getItem] getter (Node or NodeList) (DOMString name);
+ [ImplementedAs=getItem] getter (Node or NodeList) namedItem(DOMString name);
[Custom] setter Node (DOMString name, Node value);
};

Powered by Google App Engine
This is Rietveld 408576698