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

Unified Diff: remoting/tools/remote_test_helper/client.html

Issue 807343002: Adding the first set of remote test cases and associated framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing enum naming format to eliminate name conflict. Created 5 years, 11 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: remoting/tools/remote_test_helper/client.html
diff --git a/remoting/webapp/crd/html/template_background.html b/remoting/tools/remote_test_helper/client.html
similarity index 57%
copy from remoting/webapp/crd/html/template_background.html
copy to remoting/tools/remote_test_helper/client.html
index c9d416b2d47ded781106f3c52e0abf9d4f4820b1..90483cbcabdd7f2beeb3209c4573d4406144da2d 100644
--- a/remoting/webapp/crd/html/template_background.html
+++ b/remoting/tools/remote_test_helper/client.html
@@ -1,14 +1,13 @@
<!doctype html>
<!--
-Copyright (c) 2013 The Chromium Authors. All rights reserved.
+Copyright 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="jsonrpc.js"></script>
</head>
<body>
</body>
« no previous file with comments | « remoting/tools/remote_test_helper/SimpleJSONRPCServer.py ('k') | remoting/tools/remote_test_helper/host.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698