Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Side by Side Diff: sky/engine/web/tests/data/disambiguation_popup_viewport_site.html

Issue 1210153009: Remove (almost all of) //sky/engine/web (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Disambiguation Popup Test</title>
4 <style type="text/css">
5 @viewport {
6 width: auto;
7 height: auto;
8 min-zoom: auto;
9 max-zoom: auto;
10 zoom: auto;
11 user-zoom: zoom;
12 }
13 .horizontal-link {
14 display:block;
15 width:200px;
16 height:30px;
17 margin:20px;
18 background-color:#ccccff;
19 }
20 .vertical-link {
21 display:inline-block;
22 width:30px;
23 height:200px;
24 margin:10px;
25 background-color:#ccccff;
26 }
27 </style>
28 </head>
29 <body style="margin:0px;">
30 <a href="#" class="horizontal-link" style="margin:100px">Link</a>
31 <a href="#" class="horizontal-link">Link 1</a>
32 <a href="#" class="horizontal-link">Link 2</a>
33 <a href="#" class="horizontal-link">Link 3</a>
34 <a href="#" class="horizontal-link">Link 4</a>
35 <a href="#" class="horizontal-link">Link 5</a>
36 <a href="#" class="vertical-link">Link 1</a><a href="#" class="vertical-link">Li nk 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>
37 </body>
38 </html>
OLDNEW
« no previous file with comments | « sky/engine/web/tests/data/disambiguation_popup_page_scale.html ('k') | sky/engine/web/tests/data/div_with_image.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698