diff options
| author | Jez Ng | 2012-10-29 17:34:51 -0400 | 
|---|---|---|
| committer | Jez Ng | 2012-10-29 17:35:37 -0400 | 
| commit | 0964cf83b338915f9c0e3e0b581e4995ba4fb742 (patch) | |
| tree | 6941da4d87c41b62194ab5a0249f238ac7dc8bb3 /test_harnesses | |
| parent | ba3f283e90c95d7b03e585098567606be1064937 (diff) | |
| download | vimium-0964cf83b338915f9c0e3e0b581e4995ba4fb742.tar.bz2 | |
More tests, because I like having coverage.
Diffstat (limited to 'test_harnesses')
| -rw-r--r-- | test_harnesses/visibility_test.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test_harnesses/visibility_test.html b/test_harnesses/visibility_test.html index 7cfab412..c0e4f9fa 100644 --- a/test_harnesses/visibility_test.html +++ b/test_harnesses/visibility_test.html @@ -165,7 +165,7 @@      </div>      <svg>         <a class='testElement' data-expectedresult=1 xlink:href='http://www.example.com/' data-comment="This link is contained within an SVG."> -        <text x='0' y='68'  >test</text> +        <text x='0' y='68'>test</text>        </a>       </svg>    </div> | 
