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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/page_cycler/basic_html.html
diff --git a/chrome/test/data/page_cycler/basic_html.html b/chrome/test/data/page_cycler/basic_html.html
new file mode 100644
index 0000000000000000000000000000000000000000..19a4306dd62636c3808984875e1ae9cea358a16a
--- /dev/null
+++ b/chrome/test/data/page_cycler/basic_html.html
@@ -0,0 +1,36 @@
+<html>
+<body>
+
+<h1>This is a heading</h1>
+<h2>This is a smaller heading</h2>
+<h3>This is an even smaller heading</h3>
+
+<p>This is a very basic page.</p>
+
+<a href="http://www.google.com">Google</a>
+
+<p>
+<font size="10" face="arial" color="blue">
+We can use different fonts and colors!
+</font>
+</p>
+
+<p><b><i>Different formats!<i><b><p>
+
+<table border="3">
+<tr>
+<td>This</td>
+<td>Is</td>
+</tr>
+<tr>
+<td>A</td>
+<td>Table!</td>
+</tr>
+</table>
+
+<img src="animate2.gif" alt="RandomGifAnimation"/>
+
+
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698