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

Unified Diff: chrome/test/remoting/http_server/hostpage.html

Issue 180273015: Simple HTTP server for Chromoting End-to-End tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing Jamie's comments Created 6 years, 10 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/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..1610ffc7589e871abab6c944ca8dc91e30e62aba
--- /dev/null
+++ b/chrome/test/remoting/http_server/hostpage.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<!--
+Copyright (c) 2014 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.
+-->
+<html>
+ <head>
+ <title>Host Page</title>
+ <script src="hostpage.js"></script>
+ </head>
+ <body>
+ <center>
+ <textarea id="testtext" rows="10" cols="50" tabindex="1"></textarea>
+ </center>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698