Back out 97036ab72558 which inappropriately compared turds to third parties.
1 def WebIDLTest(parser, harness):
4 harness.ok(True, "Parsing nothing doesn't throw.")
5 parser.parse("interface Foo {};")
7 harness.ok(True, "Parsing a silly interface doesn't throw.")