diff options
Diffstat (limited to 'tests/dom_tests/dom_tests.html')
| -rw-r--r-- | tests/dom_tests/dom_tests.html | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/tests/dom_tests/dom_tests.html b/tests/dom_tests/dom_tests.html index 863c5611..7b154d24 100644 --- a/tests/dom_tests/dom_tests.html +++ b/tests/dom_tests/dom_tests.html @@ -36,13 +36,9 @@ <script type="text/javascript" src="../../lib/clipboard.js"></script> <script type="text/javascript" src="../../content_scripts/ui_component.js"></script> <script type="text/javascript" src="../../content_scripts/link_hints.js"></script> - <!-- TODO(smblott) The following is being overridden by the inclusion of "../../pages/vomnibar.js", below, - because they both define the same Vomnibar class/object. As a result, there are currently no tests - testing the DOM aspects of "../../content_scripts/vomnibar.js". - <script type="text/javascript" src="../../content_scripts/vomnibar.js"></script> --> + <script type="text/javascript" src="../../content_scripts/vomnibar.js"></script> <script type="text/javascript" src="../../content_scripts/scroller.js"></script> <script type="text/javascript" src="../../content_scripts/vimium_frontend.js"></script> - <script type="text/javascript" src="../../pages/vomnibar.js"></script> <script type="text/javascript" src="../shoulda.js/shoulda.js"></script> <script type="text/javascript" src="dom_tests.js"></script> @@ -57,16 +53,5 @@ <h1>Vimium Tests</h1> <div id="output-div"></div> - - <!-- This is a hack to keep Vomnibar tests working after moving it to an iframe. - The following are the elements from the iframe so that we can embed the iframe's script without errors. - TODO(mrmr1993): Look into rewriting the Vomnibar tests so we don't need this. --> - <div id="vomnibar" class="vimiumReset"> - <div class="vimiumReset vomnibarSearchArea"> - <input type="text" class="vimiumReset"> - </div> - <ul class="vimiumReset"></ul> - </div> - </body> </html> |
