summaryrefslogtreecommitdiffstats
path: root/dom/bindings/mozwebidlcodegen/test/Parent.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/bindings/mozwebidlcodegen/test/Parent.webidl')
-rw-r--r--dom/bindings/mozwebidlcodegen/test/Parent.webidl3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/bindings/mozwebidlcodegen/test/Parent.webidl b/dom/bindings/mozwebidlcodegen/test/Parent.webidl
new file mode 100644
index 0000000000..9581a6b4e7
--- /dev/null
+++ b/dom/bindings/mozwebidlcodegen/test/Parent.webidl
@@ -0,0 +1,3 @@
+interface Parent {
+ undefined MethodFoo();
+};