aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/resources/webidl2/test/syntax/idl/exception-inheritance.widl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/resources/webidl2/test/syntax/idl/exception-inheritance.widl')
m---------tests/wpt/web-platform-tests0
-rw-r--r--tests/wpt/web-platform-tests/resources/webidl2/test/syntax/idl/exception-inheritance.widl7
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests b/tests/wpt/web-platform-tests
deleted file mode 160000
-Subproject 29dfb8944e535d439ca94cf7d1b1d9138a8ad11
diff --git a/tests/wpt/web-platform-tests/resources/webidl2/test/syntax/idl/exception-inheritance.widl b/tests/wpt/web-platform-tests/resources/webidl2/test/syntax/idl/exception-inheritance.widl
new file mode 100644
index 00000000000..258fdeba6f4
--- /dev/null
+++ b/tests/wpt/web-platform-tests/resources/webidl2/test/syntax/idl/exception-inheritance.widl
@@ -0,0 +1,7 @@
+// from http://lists.w3.org/Archives/Public/public-script-coord/2010OctDec/0112.html
+ exception DOMException {
+ unsigned short code;
+ };
+
+ exception HierarchyRequestError : DOMException { };
+ exception NoModificationAllowedError : DOMException { }; \ No newline at end of file