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

Side by Side Diff: sky/engine/web/tests/data/disambiguation_popup_page_scale.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 .link {
6 display:block;
7 position:absolute;
8 width:200px;
9 height:30px;
10 background-color:#ccccff;
11 }
12 </style>
13 </head>
14 <body>
15 <a href="#" class="link" style="left:50px;top:50px;">Link 1</a>
16 <a href="#" class="link" style="left:50px;top:80px;">Link 2</a>
17 <a href="#" class="link" style="left:200px;top:150px;">Link 3</a>
18 <a href="#" class="link" style="left:200px;top:200px;">Link 4</a>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698