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>ProcessBase tests</title> 10<script src="/src/base.js"></script> 11<script> 12 base.require('unittest'); 13 base.require('test_utils'); 14 base.require('model.process_base'); 15</script> 16</head> 17<body> 18<script> 19 'use strict'; 20 21 // TODO(nduca): Delete this when we add tests here. 22 function testNOOP() { 23 } 24 25</script> 26</body> 27</html> 28