| Index: tools/page_cycler/webpagereplay/start.html | 
| diff --git a/tools/page_cycler/webpagereplay/start.html b/tools/page_cycler/webpagereplay/start.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..d263a355e2ef2c83bfcfd1b0359ef7f078fd4f87 | 
| --- /dev/null | 
| +++ b/tools/page_cycler/webpagereplay/start.html | 
| @@ -0,0 +1,26 @@ | 
| +<html> | 
| +<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. --> | 
| +<!-- Use of this source code is governed by a BSD-style license that can be --> | 
| +<!-- found in the LICENSE file. --> | 
| +<head> | 
| +<style> | 
| +  .labeledtextarea * { | 
| +    vertical-align: middle; | 
| +  } | 
| +</style> | 
| +</head> | 
| +<body> | 
| +<h3>Page Cycler: Web Page Replay Test</h3> | 
| + | 
| +<p class=labeledtextarea> | 
| +<label for="status">Status:</label> | 
| +<textarea id=status style="width:40em;height:3em;"></textarea> | 
| +</p> | 
| + | 
| +<hr> | 
| +<p> | 
| +<div id=startform></div> | 
| +<textarea id=json style="visibility: hidden;"></textarea> | 
| +<script src="start.js"></script> | 
| +</body> | 
| +</html> | 
|  |