michael@0: def WebIDLTest(parser, harness): michael@0: parser.parse("") michael@0: parser.finish() michael@0: harness.ok(True, "Parsing nothing doesn't throw.") michael@0: parser.parse("interface Foo {};") michael@0: parser.finish() michael@0: harness.ok(True, "Parsing a silly interface doesn't throw.")