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

Side by Side Diff: chrome/test/data/page_cycler/basic_css.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, 6 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 <head>
3 <style>
4 h1 {font-size:40px;}
5 p {font-size:14px;
6 font-style:italic;
7 font-family:Arial,Helvetica,sans-serif;}
8 </style>
9 </head>
10 <body>
11
12 <h1>H1</h1>
13 <p>Paragraph text goes here.</p>
14
15 </body>
16 </html>
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698