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

Side by Side Diff: Source/web/tests/data/disambiguation_popup_blacklist.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 <style> 3 <style>
4 div { 4 div {
5 height: 100px; 5 height: 100px;
6 margin: 0px; 6 margin: 0px;
7 text-align: center; 7 text-align: center;
8 width: 100%; 8 width: 100%;
9 } 9 }
10 div.tightlyPacked { 10 div.tightlyPacked {
(...skipping 16 matching lines...) Expand all
27 <div class="bugContainer" onclick="window.location='#third';"> 27 <div class="bugContainer" onclick="window.location='#third';">
28 <p class="title"> 28 <p class="title">
29 <a class="title" href="#fourth">Random link</a> 29 <a class="title" href="#fourth">Random link</a>
30 </p> 30 </p>
31 <p> 31 <p>
32 Breaking node 32 Breaking node
33 </p> 33 </p>
34 </div> 34 </div>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/disambiguation_popup.html ('k') | Source/web/tests/data/disambiguation_popup_mobile_site.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698