| Index: sky/engine/web/tests/data/disambiguation_popup_viewport_site.html
|
| diff --git a/sky/engine/web/tests/data/disambiguation_popup_viewport_site.html b/sky/engine/web/tests/data/disambiguation_popup_viewport_site.html
|
| deleted file mode 100644
|
| index 9042185edbb0677023d8cffeaa36351f4167fc47..0000000000000000000000000000000000000000
|
| --- a/sky/engine/web/tests/data/disambiguation_popup_viewport_site.html
|
| +++ /dev/null
|
| @@ -1,38 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<title>Disambiguation Popup Test</title>
|
| -<style type="text/css">
|
| -@viewport {
|
| - width: auto;
|
| - height: auto;
|
| - min-zoom: auto;
|
| - max-zoom: auto;
|
| - zoom: auto;
|
| - user-zoom: zoom;
|
| -}
|
| -.horizontal-link {
|
| - display:block;
|
| - width:200px;
|
| - height:30px;
|
| - margin:20px;
|
| - background-color:#ccccff;
|
| -}
|
| -.vertical-link {
|
| - display:inline-block;
|
| - width:30px;
|
| - height:200px;
|
| - margin:10px;
|
| - background-color:#ccccff;
|
| -}
|
| -</style>
|
| -</head>
|
| -<body style="margin:0px;">
|
| -<a href="#" class="horizontal-link" style="margin:100px">Link</a>
|
| -<a href="#" class="horizontal-link">Link 1</a>
|
| -<a href="#" class="horizontal-link">Link 2</a>
|
| -<a href="#" class="horizontal-link">Link 3</a>
|
| -<a href="#" class="horizontal-link">Link 4</a>
|
| -<a href="#" class="horizontal-link">Link 5</a>
|
| -<a href="#" class="vertical-link">Link 1</a><a href="#" class="vertical-link">Link 2</a><a href="#" class="vertical-link">Link 3</a><a href="#" class="vertical-link">Link 4</a><a href="#" class="vertical-link">Link 5</a>
|
| -</body>
|
| -</html>
|
|
|