Chromium Code Reviews| Index: chrome/test/remoting/http_server/hostpage.html |
| diff --git a/chrome/test/remoting/http_server/hostpage.html b/chrome/test/remoting/http_server/hostpage.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8f5cd73a30feec5dc8686552acc77c3336201441 |
| --- /dev/null |
| +++ b/chrome/test/remoting/http_server/hostpage.html |
| @@ -0,0 +1,11 @@ |
| +<html> |
|
Jamie
2014/03/04 21:40:35
The comments for clientpage.html all apply to this
chaitali
2014/03/05 22:02:22
Done.
|
| +<head> |
| + <title>Host Page</title> |
| + <script src="/static/hostpage.js"></script> |
| +</head> |
| +<body> |
| + <center> |
| + <textarea id="testtext" rows="10" cols="50" tabindex="1"></textarea> |
| + </center> |
| +</body> |
| +</html> |