michael@0: import WebIDL michael@0: michael@0: def WebIDLTest(parser, harness): michael@0: parser.parse(""" michael@0: interface A { michael@0: attribute long a; michael@0: }; michael@0: michael@0: interface B { michael@0: attribute A[] b; michael@0: }; michael@0: """); michael@0: parser.finish()