idlharness test

This test validates the WebIDL included in the High Resolution Time specification.

typedef double DOMHighResTimeStamp;

partial interface Performance {
  DOMHighResTimeStamp now();
};