High Resolution Time IDL tests
interface Window {
};
interface Performance {
};
partial interface Window {
[Replaceable] readonly attribute Performance performance;
};
typedef double DOMHighResTimeStamp;
partial interface Performance {
DOMHighResTimeStamp now();
};