High Resolution Time IDL tests

typedef double DOMHighResTimeStamp;

partial interface Performance {
  DOMHighResTimeStamp now();
};