Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | |
| 2 <!-- | 1 <!-- |
| 3 Copyright (C) 2011 Google Inc. All rights reserved. | 2 Copyright (C) 2011 Google Inc. All rights reserved. |
| 4 | 3 |
| 5 Redistribution and use in source and binary forms, with or without | 4 Redistribution and use in source and binary forms, with or without |
| 6 modification, are permitted provided that the following conditions | 5 modification, are permitted provided that the following conditions |
| 7 are met: | 6 are met: |
| 8 1. Redistributions of source code must retain the above copyright | 7 1. Redistributions of source code must retain the above copyright |
| 9 notice, this list of conditions and the following disclaimer. | 8 notice, this list of conditions and the following disclaimer. |
| 10 2. Redistributions in binary form must reproduce the above copyright | 9 2. Redistributions in binary form must reproduce the above copyright |
| 11 notice, this list of conditions and the following disclaimer in the | 10 notice, this list of conditions and the following disclaimer in the |
| 12 documentation and/or other materials provided with the distribution. | 11 documentation and/or other materials provided with the distribution. |
| 13 | 12 |
| 14 THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' | 13 THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' |
| 15 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, | 14 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
| 16 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 15 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 17 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS | 16 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS |
| 18 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 17 BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 19 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 18 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 20 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 19 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 21 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | 20 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 22 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 21 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 23 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF | 22 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 24 THE POSSIBILITY OF SUCH DAMAGE. | 23 THE POSSIBILITY OF SUCH DAMAGE. |
| 25 --> | 24 --> |
| 26 <html> | 25 |
| 26 <!DOCTYPE html> | |
|
esprehn
2014/06/23 05:25:05
Ditto, you can't do this.
| |
| 27 <head> | 27 <head> |
| 28 <link rel="stylesheet" href="../qunit/qunit/qunit.css"> | 28 <link rel="stylesheet" href="../qunit/qunit/qunit.css"> |
| 29 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js">< /script> | 29 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js">< /script> |
| 30 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min .js"></script> | 30 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min .js"></script> |
| 31 <script src="../qunit/qunit/qunit.js"></script> | 31 <script src="../qunit/qunit/qunit.js"></script> |
| 32 </head> | 32 </head> |
| 33 | |
| 33 <body> | 34 <body> |
| 34 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1> | 35 <h1 id="qunit-header">TestFailures JavaScript Unit Tests</h1> |
| 35 <h2 id="qunit-banner"></h2> | 36 <h2 id="qunit-banner"></h2> |
| 36 <div id="qunit-testrunner-toolbar"></div> | 37 <div id="qunit-testrunner-toolbar"></div> |
| 37 <h2 id="qunit-userAgent"></h2> | 38 <h2 id="qunit-userAgent"></h2> |
| 38 <ol id="qunit-tests"></ol> | 39 <ol id="qunit-tests"></ol> |
| 39 | 40 |
| 40 <link rel="stylesheet" href="styles/results.css"> | 41 <link rel="stylesheet" href="styles/results.css"> |
| 41 | 42 |
| 42 <script src="scripts/base.js"></script> | 43 <script src="scripts/base.js"></script> |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 64 <script src="scripts/ui/results.js"></script> | 65 <script src="scripts/ui/results.js"></script> |
| 65 <script src="scripts/controllers.js"></script> <!-- This script is slightly of o rder. --> | 66 <script src="scripts/controllers.js"></script> <!-- This script is slightly of o rder. --> |
| 66 <script src="scripts/ui/results_unittests.js"></script> | 67 <script src="scripts/ui/results_unittests.js"></script> |
| 67 <script src="scripts/ui_unittests.js"></script> | 68 <script src="scripts/ui_unittests.js"></script> |
| 68 <script src="scripts/model.js"></script> | 69 <script src="scripts/model.js"></script> |
| 69 <script src="scripts/model_unittests.js"></script> | 70 <script src="scripts/model_unittests.js"></script> |
| 70 <script src="scripts/ui/notifications.js"></script> | 71 <script src="scripts/ui/notifications.js"></script> |
| 71 <script src="scripts/ui/notifications_unittests.js"></script> | 72 <script src="scripts/ui/notifications_unittests.js"></script> |
| 72 <script src="scripts/controllers_unittests.js"></script> | 73 <script src="scripts/controllers_unittests.js"></script> |
| 73 | 74 |
| 75 <script src="bower_components/platform/platform.js"></script> | |
| 76 <link rel="import" href="bower_components/polymer/polymer.html"> | |
| 77 <link rel="import" href="polymer-load-warning.html"> | |
| 78 <link rel="import" href="ui/ct-results-comparison-tests.html"> | |
| 79 | |
| 74 </body> | 80 </body> |
| 75 </html> | 81 </html> |
| OLD | NEW |