summaryrefslogtreecommitdiffstats
path: root/dom/bindings/test/TestCodeGen.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/bindings/test/TestCodeGen.webidl')
-rw-r--r--dom/bindings/test/TestCodeGen.webidl4
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/bindings/test/TestCodeGen.webidl b/dom/bindings/test/TestCodeGen.webidl
index 4fb9be270..35777f6aa 100644
--- a/dom/bindings/test/TestCodeGen.webidl
+++ b/dom/bindings/test/TestCodeGen.webidl
@@ -1262,3 +1262,7 @@ interface TestWorkerExposedInterface {
[NeedsCallerType] void needsCallerTypeMethod();
[NeedsCallerType] attribute boolean needsCallerTypeAttr;
};
+
+[HTMLConstructor]
+interface TestHTMLConstructorInterface {
+};