diff options
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">  | 
