diff options
Diffstat (limited to 'testing/web-platform/tests/WebIDL/valid/xml/exception.widlprocxml')
-rw-r--r-- | testing/web-platform/tests/WebIDL/valid/xml/exception.widlprocxml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/web-platform/tests/WebIDL/valid/xml/exception.widlprocxml b/testing/web-platform/tests/WebIDL/valid/xml/exception.widlprocxml new file mode 100644 index 000000000..ac93320fe --- /dev/null +++ b/testing/web-platform/tests/WebIDL/valid/xml/exception.widlprocxml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd"> +<Definitions> + <webidl>interface Dahut { + attribute DOMString type; +}; + +exception SomeException { +};</webidl> + <Interface name="Dahut" id="::Dahut"> + <webidl>interface Dahut { + attribute DOMString type; +};</webidl> + <Attribute name="type" id="::Dahut::type"> + <webidl> attribute DOMString type;</webidl> + <Type type="DOMString"/> + </Attribute> + </Interface> + <Exception name="SomeException" id="::SomeException"> + <webidl>exception SomeException { +};</webidl> + </Exception> +</Definitions> |