blob: 19b208fbae335c3c93804a6d3d8513f9ee657058 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<!--
Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<head>
<title>TimelineViewport tests</title>
<script src="base.js"></script>
<script>
base.require('unittest');
base.require('test_utils');
base.require('timeline_viewport');
</script>
</head>
<body>
<script>
'use strict';
// The test harness considers no tests as a failure. So, until we get a
// viewport test, this nop serves to keep this file passing.
function testNoop() {
}
</script>
</body>
</html>