Html程序  |  28行  |  534 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>ProcessBase tests</title>
<script src="/src/base.js"></script>
<script>
  base.require('unittest');
  base.require('test_utils');
  base.require('model.process_base');
</script>
</head>
<body>
<script>
  'use strict';

  // TODO(nduca): Delete this when we add tests here.
  function testNOOP() {
  }

</script>
</body>
</html>