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

Unified Diff: chrome/test/remoting/http_server/clientpage.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/clientpage.html
diff --git a/remoting/webapp/html/template_wcs_sandbox.html b/chrome/test/remoting/http_server/clientpage.html
similarity index 56%
copy from remoting/webapp/html/template_wcs_sandbox.html
copy to chrome/test/remoting/http_server/clientpage.html
index 11916ae4f13b78ce47ab608241c39e13e9e83b0b..a6cb53225287f4512ced9c82a65484e0faf1c3d2 100644
--- a/remoting/webapp/html/template_wcs_sandbox.html
+++ b/chrome/test/remoting/http_server/clientpage.html
@@ -1,16 +1,13 @@
<!doctype html>
<!--
-Copyright (c) 2013 The Chromium Authors. All rights reserved.
+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>
- <meta charset="utf-8">
-
- <meta-include type="javascript"/>
-
+ <title>Client Page</title>
+ <script src="clientpage.js"></script>
</head>
<body>
</body>
« no previous file with comments | « no previous file | chrome/test/remoting/http_server/clientpage.js » ('j') | chrome/test/remoting/http_server/clientpage.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698