/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-1.14.2
test/SpecRunner.html
75 строк
3 KB
ficristo
Upgrade less from 2.5.1 to 2.7.2
08 янв 2017, 11:17
08 янв 2017, 11:17
bf41dc1
Код
Авторство
О чём код?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> <html> <head> <title>Jasmine Spec Runner</title> <link href="thirdparty/bootstrap2/css/bootstrap.min.css" rel="stylesheet"> <link href="thirdparty/bootstrap2/css/bootstrap-responsive.min.css" rel="stylesheet"> <link href="BootstrapReporterView.css" rel="stylesheet"> <script src="thirdparty/jasmine-core/jasmine.js"></script> <!-- Pre-load third party scripts that cannot be async loaded. --> <!-- Keep in sync with Gruntfile.js jasmine vendor dependencies --> <script src="../src/thirdparty/jquery-2.1.3.min.js"></script> <script src="../src/thirdparty/less.min.js"></script> <script src="thirdparty/bootstrap2/js/bootstrap.min.js"></script> <!-- All other scripts are loaded through require. --> <script src="../src/thirdparty/requirejs/require.js" data-main="SpecRunner"></script> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="#">Brackets Tests</a> <div class="nav-collapse"> <ul class="nav"> <li><a id="all" href="?suite=all">All</a></li> <li><a id="unit" href="?suite=unit">Unit</a></li> <li><a id="integration" href="?suite=integration">Integration</a></li> <li><a id="livepreview" href="?suite=livepreview">Live Preview</a></li> <li><a id="mainview" href="?suite=mainview">Main View</a></li> <li><a id="performance" href="?suite=performance">Performance</a></li> <li><a id="extension" href="?suite=extension">Extensions</a></li> <li><a id="reload" href="#">Reload</a></li> <li><a id="show-dev-tools" href="#">Show Developer Tools</a></li> </ul> </div> </div> </div> </div> <div id="mock-main-view" style="position:absolute; height:1000px; width:1000px; left:-10000px; top:-10000px;"></div> </body> </html>