Home | History | Annotate | Download | only in src
      1 <!DOCTYPE HTML>
      2 <html>
      3 <!--
      4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
      5 Use of this source code is governed by a BSD-style license that can be
      6 found in the LICENSE file.
      7 -->
      8 <head>
      9 <title>ColorScheme tests</title>
     10 <script src="base.js"></script>
     11 </head>
     12 <body>
     13 <script>
     14 'use strict';
     15 
     16 base.defineModule('color_scheme_test')
     17     .dependsOn('unittest', 'color_scheme')
     18     .runAllTests(function() {
     19   return tests;
     20 });
     21 </script>
     22 </body>
     23 </html>
     24