OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright (C) 2011 Google Inc. All rights reserved. | 2 Copyright (C) 2011 Google Inc. All rights reserved. |
3 | 3 |
4 Redistribution and use in source and binary forms, with or without | 4 Redistribution and use in source and binary forms, with or without |
5 modification, are permitted provided that the following conditions | 5 modification, are permitted provided that the following conditions |
6 are met: | 6 are met: |
7 1. Redistributions of source code must retain the above copyright | 7 1. Redistributions of source code must retain the above copyright |
8 notice, this list of conditions and the following disclaimer. | 8 notice, this list of conditions and the following disclaimer. |
9 2. Redistributions in binary form must reproduce the above copyright | 9 2. Redistributions in binary form must reproduce the above copyright |
10 notice, this list of conditions and the following disclaimer in the | 10 notice, this list of conditions and the following disclaimer in the |
(...skipping 22 matching lines...) Expand all Loading... |
33 | 33 |
34 <body> | 34 <body> |
35 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1> | 35 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1> |
36 <h2 id="qunit-banner"></h2> | 36 <h2 id="qunit-banner"></h2> |
37 <div id="qunit-testrunner-toolbar"></div> | 37 <div id="qunit-testrunner-toolbar"></div> |
38 <h2 id="qunit-userAgent"></h2> | 38 <h2 id="qunit-userAgent"></h2> |
39 <ol id="qunit-tests"></ol> | 39 <ol id="qunit-tests"></ol> |
40 | 40 |
41 <link rel="stylesheet" href="styles/results.css"> | 41 <link rel="stylesheet" href="styles/results.css"> |
42 | 42 |
| 43 <script src="scripts/third_party/sugar.js"></script> |
43 <script src="scripts/base.js"></script> | 44 <script src="scripts/base.js"></script> |
44 <script src="scripts/config.js"></script> | 45 <script src="scripts/config.js"></script> |
45 <script src="scripts/base_unittests.js"></script> | 46 <script src="scripts/base_unittests.js"></script> |
46 <script src="scripts/net.js"></script> | 47 <script src="scripts/net.js"></script> |
47 <script src="scripts/net_unittests.js"></script> | 48 <script src="scripts/net_unittests.js"></script> |
48 <script src="scripts/rollbot.js"></script> | 49 <script src="scripts/rollbot.js"></script> |
49 <script src="scripts/rollbot_unittests.js"></script> | 50 <script src="scripts/rollbot_unittests.js"></script> |
50 <script src="scripts/svn-log.js"></script> | 51 <script src="scripts/svn-log.js"></script> |
51 <script src="scripts/svn-log_unittests.js"></script> | 52 <script src="scripts/svn-log_unittests.js"></script> |
52 <script src="scripts/treestatus.js"></script> | 53 <script src="scripts/treestatus.js"></script> |
(...skipping 19 matching lines...) Expand all Loading... |
72 | 73 |
73 <script src="bower_components/platform/platform.js"></script> | 74 <script src="bower_components/platform/platform.js"></script> |
74 <link rel="import" href="bower_components/polymer/polymer.html"> | 75 <link rel="import" href="bower_components/polymer/polymer.html"> |
75 <link rel="import" href="polymer-load-warning.html"> | 76 <link rel="import" href="polymer-load-warning.html"> |
76 <link rel="import" href="ui/ct-commit-tests.html"> | 77 <link rel="import" href="ui/ct-commit-tests.html"> |
77 <link rel="import" href="ui/ct-failure-grouper-tests.html"> | 78 <link rel="import" href="ui/ct-failure-grouper-tests.html"> |
78 <link rel="import" href="ui/ct-results-comparison-tests.html"> | 79 <link rel="import" href="ui/ct-results-comparison-tests.html"> |
79 <link rel="import" href="ui/ct-test-output-tests.html"> | 80 <link rel="import" href="ui/ct-test-output-tests.html"> |
80 | 81 |
81 </body> | 82 </body> |
OLD | NEW |