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

Side by Side Diff: chrome/test/data/page_cycler/basic_html.html

Issue 9667009: CommandLine Page Cycler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Replaced now-private BrowserList::GetLastActive() Created 8 years, 7 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
OLDNEW
(Empty)
1 <html>
2 <body>
3
4 <h1>This is a heading</h1>
5 <h2>This is a smaller heading</h2>
6 <h3>This is an even smaller heading</h3>
7
8 <p>This is a very basic page.</p>
9
10 <a href="http://www.google.com">Google</a>
11
12 <p>
13 <font size="10" face="arial" color="blue">
14 We can use different fonts and colors!
15 </font>
16 </p>
17
18 <p><b><i>Different formats!<i><b><p>
19
20 <table border="3">
21 <tr>
22 <td>This</td>
23 <td>Is</td>
24 </tr>
25 <tr>
26 <td>A</td>
27 <td>Table!</td>
28 </tr>
29 </table>
30
31 <img src="animate2.gif" alt="RandomGifAnimation"/>
32
33
34
35 </body>
36 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698