Html程序  |  27行  |  604 B

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