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

Side by Side Diff: Source/WebKit/chromium/tests/data/disambiguation_popup_mobile_site.html

Issue 12086096: Merge 141019 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « Source/WebKit/chromium/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 11 matching lines...) Expand all
22 <body style="margin:0px;"> 22 <body style="margin:0px;">
23 <a href="#" class="horizontal-link" style="margin:100px">Link</a> 23 <a href="#" class="horizontal-link" style="margin:100px">Link</a>
24 <a href="#" class="horizontal-link">Link 1</a> 24 <a href="#" class="horizontal-link">Link 1</a>
25 <a href="#" class="horizontal-link">Link 2</a> 25 <a href="#" class="horizontal-link">Link 2</a>
26 <a href="#" class="horizontal-link">Link 3</a> 26 <a href="#" class="horizontal-link">Link 3</a>
27 <a href="#" class="horizontal-link">Link 4</a> 27 <a href="#" class="horizontal-link">Link 4</a>
28 <a href="#" class="horizontal-link">Link 5</a> 28 <a href="#" class="horizontal-link">Link 5</a>
29 <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 <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>
30 </body> 30 </body>
31 </html> 31 </html>
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698