1<!DOCTYPE HTML> 2<html> 3<!-- 4Copyright (c) 2012 The Chromium Authors. All rights reserved. 5Use of this source code is governed by a BSD-style license that can be 6found in the LICENSE file. 7--> 8<head> 9<title>Timeline viewport tests</title> 10<script src="base.js"></script> 11<script> 12 base.require('unittest'); 13 base.require('test_utils'); 14 base.require('timeline_viewport'); 15</script> 16</head> 17<body> 18<script> 19 'use strict'; 20 21 // The test harness considers no tests as a failure. So, until we get a 22 // viewport test, this nop serves to keep this file passing. 23 function testNoop() { 24 } 25</script> 26</body> 27</html> 28