Back out 97036ab72558 which inappropriately compared turds to third parties.
1 interface EventTarget {
2 void addEventListener();
7 callback EventHandlerNonNull = any (Event event);
8 typedef EventHandlerNonNull? EventHandler;
11 interface TestEvent : EventTarget {
12 attribute EventHandler onfoo;