blob: d1499f3a25eaa2b7074a121d61f51615eac15bb5 [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>ColorScheme tests</title>
<script src="base.js"></script>
</head>
<body>
<script>
'use strict';
base.defineModule('color_scheme_test')
.dependsOn('unittest', 'color_scheme')
.runAllTests(function() {
return tests;
});
</script>
</body>
</html>