mirror of
https://github.com/basecamp/trix.git
synced 2026-06-16 12:04:34 +00:00
13 lines
424 B
HTML
13 lines
424 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Test Suite</title>
|
|
<link rel="icon" href="data:,">
|
|
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.19.1.css">
|
|
<link rel="stylesheet" type="text/css" href="trix.css">
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
<script src="https://code.jquery.com/qunit/qunit-2.19.1.js"></script>
|
|
<script type="module" src="test.js"></script>
|
|
</body>
|