aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormrmr19932017-10-24 18:36:23 +0100
committermrmr19932017-10-27 18:20:23 +0100
commit51fa63a5e97167b015acf7b80d673d081c2b91da (patch)
treec6a8a7ddd9a9923c03404921954688070b440fa6 /tests
parentfe6fbca08e501e2478bf10da402d5b4f42a89ade (diff)
downloadvimium-51fa63a5e97167b015acf7b80d673d081c2b91da.tar.bz2
Move NormalMode to its own content script
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 d2e795d1..37cd43e3 100644
--- a/tests/dom_tests/dom_tests.html
+++ b/tests/dom_tests/dom_tests.html
@@ -49,6 +49,7 @@
<script type="text/javascript" src="../../content_scripts/mode_key_handler.js"></script>
<script type="text/javascript" src="../../content_scripts/mode_visual.js"></script>
<script type="text/javascript" src="../../content_scripts/hud.js"></script>
+ <script type="text/javascript" src="../../content_scripts/mode_normal.js"></script>
<script type="text/javascript" src="../../content_scripts/vimium_frontend.js"></script>
<script type="text/javascript" src="../shoulda.js/shoulda.js"></script>