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

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: Reviewer feedback. 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
« no previous file with comments | « remoting/webapp/browser_test/scrollbar_browser_test.js ('k') | remoting/webapp/window_frame.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+ 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>
+
</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"/>
« no previous file with comments | « remoting/webapp/browser_test/scrollbar_browser_test.js ('k') | remoting/webapp/window_frame.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698