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

Unified Diff: chrome/test/data/webrtc/manual/stylesheet.css

Issue 12472032: Add screen capture constraints, video tag resize and removed auto video resize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testingscreen
Patch Set: gjslint issues + fixed if statement for constraints Created 7 years, 8 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/data/webrtc/manual/stylesheet.css
diff --git a/chrome/test/data/webrtc/manual/stylesheet.css b/chrome/test/data/webrtc/manual/stylesheet.css
index 6c557fa83dbc29e43b714b649aa8dd3b211157b5..c22a9e1b6fbecb2e9156ef9434194569307a45af 100644
--- a/chrome/test/data/webrtc/manual/stylesheet.css
+++ b/chrome/test/data/webrtc/manual/stylesheet.css
@@ -48,6 +48,31 @@ input[type=checkbox] {
video {
border:1px solid #ccc;
+ background: #C0C0C0;
+}
+
+#getusermedia-input {
kjellander_chromium 2013/04/08 14:19:52 Add a class to be used for the div tags that surro
jansson 2013/04/10 12:11:48 I've added a class but I'm not happy with the over
jansson 2013/04/10 12:11:48 I added a class for the video stuff, however it's
+ width: 100%;
+}
+
+#getusermedia-constraints {
+ width: 40%;
+}
+
+#local-view-size {
kjellander_chromium 2013/04/08 14:19:52 I suggest using a CSS class for this instead, like
jansson 2013/04/10 12:11:48 Done.
+ display: inline;
+}
+
+#local-view-stream-size {
+ display: inline;
+}
+
+#remote-view-size {
+ display: inline;
+}
+
+#remote-view-stream-size {
+ display: inline;
}
#wrapper {

Powered by Google App Engine
This is Rietveld 408576698