Sha256: 0cd6aeb9589ca6bce635f9cf3ba3abae234808b3b07196a9e4cdea30130a56ec

Contents?: true

Size: 1.67 KB

Versions: 46

Compression:

Stored size: 1.67 KB

Contents

<!DOCTYPE html>
<html>
    <head>
        <link rel="stylesheet" href="assets/qunit.css" />
        <script src="assets/qunit.js"></script>
        <script src="assets/qunit-logging.js"></script> <!-- console.log for test failures -->
        <script src="assets/coverage.js"></script>
        <script src="assets/jquery-1.7.1.min.js"></script>
        <script src="../js/bootstrap-datepicker.js"></script>

        <style>
            .datepicker {
                /* Appended to body, abs-pos off the page */
                position: absolute;
                display: none;
                top: -9999em;
                left: -9999em;
            }
        </style>

        <!-- Utilities -->
        <script src="assets/utils.js"></script>
        <script src="assets/mock.js"></script>

        <!-- Test suites -->
        <script src="suites/formats.js"></script>
        <script src="suites/mouse_navigation/all.js"></script>
        <script src="suites/mouse_navigation/2012.js"></script>
        <script src="suites/mouse_navigation/2011.js"></script>
        <script src="suites/keyboard_navigation/all.js"></script>
        <script src="suites/keyboard_navigation/2012.js"></script>
        <script src="suites/keyboard_navigation/2011.js"></script>
        <script src="suites/component.js"></script>
        <script src="suites/events.js"></script>
        <script src="suites/options.js"></script>
    </head>
    <body>
        <h1 id="qunit-header">bootstrap-datepicker</h1>
        <h2 id="qunit-banner"></h2>
        <div id="qunit-testrunner-toolbar"></div>
        <h2 id="qunit-userAgent"></h2>
        <ol id="qunit-tests"></ol>
        <div id="qunit-fixture"></div>
    </body>
</html>

Version data entries

46 entries across 23 versions & 1 rubygems

Version Path
rearview-1.2.3-jruby public/rearview/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.2.3-jruby public/rearview-src/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.2.2.rc.2-jruby public/rearview/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.2.2.rc.2-jruby public/rearview-src/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.2.2.rc.1-jruby public/rearview-src/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.2.2.rc.1-jruby public/rearview/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.2.1-jruby public/rearview-src/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.2.1-jruby public/rearview/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.2.0-jruby public/rearview-src/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.2.0-jruby public/rearview/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.1.2-jruby public/rearview-src/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.1.2-jruby public/rearview/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.1.1-jruby public/rearview/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.1.1-jruby public/rearview-src/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.1.0-jruby public/rearview/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.1.0-jruby public/rearview-src/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.0.3.rc.4-jruby public/rearview/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.0.3.rc.4-jruby public/rearview-src/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.0.3.rc.3-jruby public/rearview-src/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html
rearview-1.0.3.rc.3-jruby public/rearview/vendor/bootstrap/plugins/bootstrap-datepicker/tests/tests.html