Html程序  |  28行  |  615 B

<!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>