From cec3697cb2757aec92c78166f14208cee0d7e544 Mon Sep 17 00:00:00 2001 From: Jeena Lee Date: Tue, 19 Jul 2016 22:56:14 -0700 Subject: [PATCH] List the Headers interface name to the list in interfaces test files. --- 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 245b8963737..f22cd342916 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.html +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.html @@ -48,6 +48,7 @@ test_interfaces([ "FocusEvent", "FormData", "HashChangeEvent", + "Headers", "HTMLAnchorElement", "HTMLAppletElement", "HTMLAreaElement", diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js b/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js index aa723ef9ee5..79b99d4f1de 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.worker.js @@ -44,6 +44,7 @@ test_interfaces([ "FocusEvent", "FormData", "HashChangeEvent", + "Headers", "HTMLAnchorElement", "HTMLAppletElement", "HTMLAreaElement",