Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / disambiguation_popup_page_scale.html
blob0b8b7f5dfac70b0d362d0d0c59aea5fbdad52d71
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;
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>