This test validates the WebIDL included in the High Resolution Time specification.
interface Window { }; interface Performance { }; partial interface Window { [Replaceable] readonly attribute Performance performance; };
typedef double DOMHighResTimeStamp; partial interface Performance { DOMHighResTimeStamp now(); };