| 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>
|
|
|