From 80c70e3966e3866a4cbf13a96db9f92d3da764e8 Mon Sep 17 00:00:00 2001 From: Alexandrov Sergey Date: Mon, 26 Sep 2016 00:36:38 +0300 Subject: [PATCH] add HTMLOptionsCollection to public interfaces lists --- tests/wpt/mozilla/tests/mozilla/interfaces.html | 1 + tests/wpt/mozilla/tests/mozilla/interfaces.worker.js | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.html b/tests/wpt/mozilla/tests/mozilla/interfaces.html index 3348164cc63..fb57e17e223 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.html +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.html @@ -96,6 +96,7 @@ test_interfaces([ "HTMLOListElement", "HTMLOptGroupElement", "HTMLOptionElement", + "HTMLOptionsCollection", "HTMLOutputElement", "HTMLParagraphElement", "HTMLParamElement", diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js b/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js index 7e180a79cee..ba5ff953427 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js @@ -62,6 +62,7 @@ test_interfaces([ "HTMLOListElement", "HTMLOptGroupElement", "HTMLOptionElement", + "HTMLOptionsCollection", "HTMLOutputElement", "HTMLScriptElement", "ImageData",