diff options
| author | Phil Crosby | 2012-04-29 18:41:19 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2012-04-29 18:41:19 -0700 | 
| commit | b07b102f9d3fa5d96502e58ad3f919764ed2fc76 (patch) | |
| tree | 3cc57783f6bd2078d6b73516667137e13718e6fd /test_harnesses | |
| parent | d4b255a1d5c6ea383713c2c4a956d0620bcd5795 (diff) | |
| download | vimium-b07b102f9d3fa5d96502e58ad3f919764ed2fc76.tar.bz2 | |
whitespace
Diffstat (limited to 'test_harnesses')
| -rw-r--r-- | test_harnesses/has_popup_and_link_hud.html | 6 | ||||
| -rw-r--r-- | test_harnesses/iframe.html | 4 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/test_harnesses/has_popup_and_link_hud.html b/test_harnesses/has_popup_and_link_hud.html index 43276bc9..5333eb6c 100644 --- a/test_harnesses/has_popup_and_link_hud.html +++ b/test_harnesses/has_popup_and_link_hud.html @@ -12,7 +12,7 @@        height:900px;        width:800px;      } -     +      #biglink {        display:block;        width:400px; @@ -57,7 +57,7 @@        cursor:default;        -webkit-user-select:none;      } -       +    </style>    <script type="text/javascript" charset="utf-8"> @@ -76,4 +76,4 @@    <a href="#">See the changes</a>.    <span class="close-button" href="#">x</div>  </body> -</html>
\ No newline at end of file +</html> diff --git a/test_harnesses/iframe.html b/test_harnesses/iframe.html index 750ad32d..d831bad7 100644 --- a/test_harnesses/iframe.html +++ b/test_harnesses/iframe.html @@ -16,11 +16,11 @@      }      h2 { margin: 4px; } -       +    </style>  </head>  <body>    <h2>IFrame test page</h2>    <iframe src="http://www.bing.com"></iframe>  </body> -</html>
\ No newline at end of file +</html> | 
