aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormrmr19932015-05-11 16:04:50 +0100
committermrmr19932015-05-11 16:33:41 +0100
commitecf2535be3655a1309f7fcf5fb0040addb7c97fd (patch)
treeaff6b27418e22198cd1cd97230423fcc8bbd612b /tests
parent7f0736ee48c80e33ec8d7ef52e1a713501281f72 (diff)
downloadvimium-ecf2535be3655a1309f7fcf5fb0040addb7c97fd.tar.bz2
Move the HUD to its own file
Diffstat (limited to 'tests')
-rw-r--r--tests/dom_tests/dom_tests.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dom_tests/dom_tests.html b/tests/dom_tests/dom_tests.html
index cbd91bca..5ccd39e7 100644
--- a/tests/dom_tests/dom_tests.html
+++ b/tests/dom_tests/dom_tests.html
@@ -44,6 +44,7 @@
<script type="text/javascript" src="../../content_scripts/mode_insert.js"></script>
<script type="text/javascript" src="../../content_scripts/mode_find.js"></script>
<script type="text/javascript" src="../../content_scripts/mode_visual_edit.js"></script>
+ <script type="text/javascript" src="../../content_scripts/hud.js"></script>
<script type="text/javascript" src="../../content_scripts/vimium_frontend.js"></script>
<script type="text/javascript" src="../shoulda.js/shoulda.js"></script>