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

Side by Side Diff: Source/web/tests/data/disambiguation_popup_page_scale.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Disambiguation Popup Test</title> 3 <title>Disambiguation Popup Test</title>
4 <style type="text/css"> 4 <style type="text/css">
5 .link { 5 .link {
6 display:block; 6 display:block;
7 position:absolute; 7 position:absolute;
8 width:200px; 8 width:200px;
9 height:30px; 9 height:30px;
10 background-color:#ccccff; 10 background-color:#ccccff;
11 } 11 }
12 </style> 12 </style>
13 </head> 13 </head>
14 <body> 14 <body>
15 <a href="#" class="link" style="left:50px;top:50px;">Link 1</a> 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> 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> 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> 18 <a href="#" class="link" style="left:200px;top:200px;">Link 4</a>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/disambiguation_popup_no_container.html ('k') | Source/web/tests/data/find.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698