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

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: Created 6 years 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 56%
copy from remoting/webapp/crd/html/template_background.html
copy to remoting/tools/remote_test_helper/client.html
index c9d416b2d47ded781106f3c52e0abf9d4f4820b1..eb1c1115f78c129a4dd1992f7c858190f6af65d7 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 (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="/jsonrpc.js"></script>
Jamie 2014/12/17 03:15:41 Is the leading slash needed in this URL?
Mike Meade 2014/12/18 18:54:25 Done.
</head>
<body>
</body>

Powered by Google App Engine
This is Rietveld 408576698