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

28 lines
876 B
XML

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