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

Side by Side 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 initial code review comments Created 6 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
Jamie 2014/03/04 21:40:35 Please add a standard HTML header, including copyr
chaitali 2014/03/05 22:02:22 Done.
2 <head>
Jamie 2014/03/04 21:40:35 Nit: 2-space indentation for <head> and <body> rel
chaitali 2014/03/05 22:02:22 Done.
3 <title>Client Page</title>
4 <script src="/static/clientpage.js"></script>
Jamie 2014/03/04 21:40:35 Assuming the scripts are going to be collocated wi
chaitali 2014/03/05 22:02:22 Done.
5 </head>
6 <body>
7 </body>
8 </html>
OLDNEW
« 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