add HTMLOptionsCollection to public interfaces lists

This commit is contained in:
Alexandrov Sergey 2016-09-26 00:36:38 +03:00
parent 2173545cdb
commit 80c70e3966
2 changed files with 2 additions and 0 deletions

View file

@ -96,6 +96,7 @@ test_interfaces([
"HTMLOListElement",
"HTMLOptGroupElement",
"HTMLOptionElement",
"HTMLOptionsCollection",
"HTMLOutputElement",
"HTMLParagraphElement",
"HTMLParamElement",

View file

@ -62,6 +62,7 @@ test_interfaces([
"HTMLOListElement",
"HTMLOptGroupElement",
"HTMLOptionElement",
"HTMLOptionsCollection",
"HTMLOutputElement",
"HTMLScriptElement",
"ImageData",