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

Side by Side Diff: Source/web/tests/data/pageserializer/css_test_page.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 2
3 <!-- This page is used to test that CSS resources are retrieved correctly by the 3 <!-- This page is used to test that CSS resources are retrieved correctly by the
4 WebPageSerializer::generateSnapshot method 4 WebPageSerializer::generateSnapshot method
5 --> 5 -->
6 6
7 <head> 7 <head>
8 8
9 <link rel="stylesheet" type="text/css" href="link_styles.css" /> 9 <link rel="stylesheet" type="text/css" href="link_styles.css" />
10 10
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 <li>Red</li> 101 <li>Red</li>
102 <li>Yellow</li> 102 <li>Yellow</li>
103 <li>Blue</li> 103 <li>Blue</li>
104 <li>Green</li> 104 <li>Green</li>
105 <li>Red</li> 105 <li>Red</li>
106 </ol> 106 </ol>
107 107
108 </body> 108 </body>
109 109
110 </html> 110 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/pageserializer/blue_background.png ('k') | Source/web/tests/data/pageserializer/green_background.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698