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

Unified Diff: remoting/tools/javascript_key_tester/main.css

Issue 2063623002: [Chromoting] Log mouse events in remoting_key_tester (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve review comments -- Remove LogToConsole(s). Created 4 years, 6 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/javascript_key_tester/main.css
diff --git a/remoting/tools/javascript_key_tester/main.css b/remoting/tools/javascript_key_tester/main.css
index 46945e0b9c6c974c85bdb27e776c556f072bd358..5a6975566f0ce3a6c8aeb02945976bcf5c98fac9 100644
--- a/remoting/tools/javascript_key_tester/main.css
+++ b/remoting/tools/javascript_key_tester/main.css
@@ -34,7 +34,13 @@ html {
}
#pnacl-listener {
- height: 0;
+ height: 100px;
+}
+
+#pnacl-plugin {
+ height: 100%;
+ width: 100%;
+ background-color: gray;
}
.selectable {
@@ -100,4 +106,4 @@ html {
position: absolute;
right: 8px;
top: 8px;
-}
+}
« no previous file with comments | « remoting/tools/javascript_key_tester/event_listeners.js ('k') | remoting/tools/javascript_key_tester/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698