Correct previous dual key logic pending first delivery installment.
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.")