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

Unified Diff: remoting/webapp/html/template_main.html

Issue 552923002: Scroll-bar browser test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed debug code. Created 6 years, 3 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/webapp/html/template_main.html
diff --git a/remoting/webapp/html/template_main.html b/remoting/webapp/html/template_main.html
index 72f84699ff852b2ccc38b781368d0bb8bab1753c..981f7947d66351ab605f2fc3eac240fd2303cb44 100644
--- a/remoting/webapp/html/template_main.html
+++ b/remoting/webapp/html/template_main.html
@@ -44,13 +44,19 @@ found in the LICENSE file.
hidden></div>
<div id="scroller">
- <div class="inset home-screen" data-ui-mode="home" hidden>
+ <div class="inset home-screen full-height"
Jamie 2014/09/09 00:45:44 The content of the scroller needs to be full-heigh
+ data-ui-mode="home"
+ hidden>
<meta-include src="webapp/html/ui_header.html"/>
<meta-include src="webapp/html/butterbar.html"/>
<meta-include src="webapp/html/ui_it2me.html"/>
<meta-include src="webapp/html/ui_me2me.html"/>
+ <!-- The bottom-marker div is used to verify scroll-bar correctness
+ in browser tests; it is not rendered. -->
+ <div id="bottom-marker"></div>
kelvinp 2014/09/10 00:02:51 This should not be required. See comments above.
+
</div> <!-- inset -->
<meta-include src="webapp/html/dialog_auth.html"/>
@@ -75,7 +81,6 @@ found in the LICENSE file.
<meta-include src="webapp/html/dialog_client_third_party_auth.html"/>
<meta-include src="webapp/html/dialog_client_connect_failed.html"/>
<meta-include src="webapp/html/dialog_client_session_finished.html"/>
-
</div>
<meta-include src="webapp/html/dialog_connection_history.html"/>

Powered by Google App Engine
This is Rietveld 408576698