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