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

Side by Side Diff: Source/web/tests/data/disambiguation_popup.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 .horizontal-link { 5 .horizontal-link {
6 display:block; 6 display:block;
7 width:200px; 7 width:200px;
8 height:30px; 8 height:30px;
9 margin:20px; 9 margin:20px;
10 background-color:#ccccff; 10 background-color:#ccccff;
(...skipping 10 matching lines...) Expand all
21 <body style="margin:0px;"> 21 <body style="margin:0px;">
22 <a href="#" class="horizontal-link" style="margin:100px">Link</a> 22 <a href="#" class="horizontal-link" style="margin:100px">Link</a>
23 <a href="#" class="horizontal-link">Link 1</a> 23 <a href="#" class="horizontal-link">Link 1</a>
24 <a href="#" class="horizontal-link">Link 2</a> 24 <a href="#" class="horizontal-link">Link 2</a>
25 <a href="#" class="horizontal-link">Link 3</a> 25 <a href="#" class="horizontal-link">Link 3</a>
26 <a href="#" class="horizontal-link">Link 4</a> 26 <a href="#" class="horizontal-link">Link 4</a>
27 <a href="#" class="horizontal-link">Link 5</a> 27 <a href="#" class="horizontal-link">Link 5</a>
28 <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> 28 <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>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/context_notifications_test_frame.html ('k') | Source/web/tests/data/disambiguation_popup_blacklist.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698