Wordpress/tests/qunit/editor/index.html

23 lines
477 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Test Runner</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="js/qunit/testrunner.css" type="text/css" />
<script src="js/qunit/testrunner.js"></script>
<script>
TestRunner.addSuites([
"tinymce/tests.js",
"tinymce/dom/tests.js",
"tinymce/html/tests.js",
"tinymce/ui/tests.js",
"tinymce/util/tests.js",
"plugins/tests.js"
]);
</script>
</head>
<body>
</body>
</html>