blob: 42c45b28f27bd8a345ae4f14aa83eb47abb3bd1a [file] [log] [blame]
<!DOCTYPE html>
<script src="../test_bootstrap.js"></script>
<script>
goog.require('goog.testing.MockClock');
</script>
<script>
goog.global.mockClock = new goog.testing.MockClock();
</script>
<div>
A goog.testing.MockClock has been created (but not installed) on this page.<br/>
It is available using the mockClock global.
</div>