diff options
| author | mrmr1993 | 2014-09-02 17:43:41 +0100 |
|---|---|---|
| committer | mrmr1993 | 2014-10-31 07:22:12 +0000 |
| commit | d65f265a6ad137be0db4d8c86879e5123a10087b (patch) | |
| tree | 7be59d25dd26f8d1b5d2641ce76bfbd631cae28b /tests | |
| parent | fdf592b25ead4c4ec919c1d0e6322d2dba48c1f8 (diff) | |
| download | vimium-d65f265a6ad137be0db4d8c86879e5123a10087b.tar.bz2 | |
Add comments about moving the Vomnibar to an iframe
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/dom_tests/dom_tests.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/dom_tests/dom_tests.html b/tests/dom_tests/dom_tests.html index 72f54c9d..e6427e85 100644 --- a/tests/dom_tests/dom_tests.html +++ b/tests/dom_tests/dom_tests.html @@ -54,6 +54,9 @@ <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"> |
