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

Side by Side Diff: Source/WebKit/chromium/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
(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
« no previous file with comments | « Source/WebKit/chromium/tests/data/disambiguation_popup_no_container.html ('k') | Source/WebKit/chromium/tests/data/find.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698