/
githubmirror
/
impress.js
Обзор
Документация
Войти
/
githubmirror
/
impress.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
qunit_test_runner.html
29 строк
1 KB
thawk
Add relative move and rotate to rel plugin (#794)
24 апр 2022, 21:37
Не верифицирован
24 апр 2022, 21:37
629f768
Код
Авторство
О чём код?
<!DOCTYPE html> <!-- Copyright 2016 Henrik Ingo (@henrikingo) Released under the MIT license. See LICENSE file. --> <html> <head> <meta charset="utf-8"> <title>QUnit tests for impress.js</title> <link rel="stylesheet" href="node_modules/qunit/qunit/qunit.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="node_modules/qunit/qunit/qunit.js"></script> <script src="node_modules/qunit-assert-close/qunit-assert-close.js"></script> <!-- The QUnit tests. --> <script src="test/helpers.js"></script> <!-- Core tests --> <script src="test/core_tests.js"></script> <script src="test/non_default.js"></script> <!-- Plugins --> <script src="src/plugins/navigation/navigation_tests.js"></script> <script src="test/plugins/rel/relative_to_screen_size_tests.js"></script> <script src="test/plugins/rel/rotation_tests.js"></script> <script src="test/plugins/rel/padding_tests.js"></script> <script src="test/plugins/rel/rel_to_tests.js"></script> </body> </html>