| Index: third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/domstringlist.idl
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/domstringlist.idl b/third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/domstringlist.idl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9b72a7c834c615f74b25de58108a1c455cdd3c01
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/infrastructure/common-dom-interfaces/collections/domstringlist.idl
|
| @@ -0,0 +1,6 @@
|
| +[Exposed=(Window,Worker)]
|
| +interface DOMStringList {
|
| + readonly attribute unsigned long length;
|
| + getter DOMString? item(unsigned long index);
|
| + boolean contains(DOMString string);
|
| +};
|
|
|