tenfourfox/testing/web-platform/tests/WebIDL/valid/xml/prototyperoot.widlprocxml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

24 lines
739 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
<Definitions>
<webidl>[PrototypeRoot]
interface Node {
readonly attribute unsigned short nodeType;
};</webidl>
<Interface name="Node" id="::Node">
<webidl>[PrototypeRoot]
interface Node {
readonly attribute unsigned short nodeType;
};</webidl>
<ExtendedAttributeList>
<ExtendedAttribute name="PrototypeRoot">
<webidl>PrototypeRoot</webidl>
</ExtendedAttribute>
</ExtendedAttributeList>
<Attribute readonly="readonly" name="nodeType" id="::Node::nodeType">
<webidl> readonly attribute unsigned short nodeType;</webidl>
<Type type="unsigned short"/>
</Attribute>
</Interface>
</Definitions>