From 2a9bf70f0306514fe2c1e785cd9e1c89f6053d32 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 29 Apr 2016 13:32:24 -0400 Subject: [PATCH] Move FocusEvent into the right list of exposed interfaces. --- tests/wpt/mozilla/tests/mozilla/interfaces.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.html b/tests/wpt/mozilla/tests/mozilla/interfaces.html index bd0a58dbe6b..2f023e03541 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.html +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.html @@ -22,7 +22,6 @@ var ecmaGlobals = [ "EvalError", "Float32Array", "Float64Array", - "FocusEvent", "Function", "Infinity", "Int16Array", @@ -105,6 +104,7 @@ var interfaceNamesInGlobalScope = [ "File", "FileList", "FileReader", + "FocusEvent", "FormData", "HTMLAnchorElement", "HTMLAppletElement",