diff options
author | jamiewalch <jamiewalch@chromium.org> | 2014-09-10 18:51:18 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-11 03:07:03 +0000 |
commit | 7689f9b0abe0278459e79eaebc39dd5eddbd3c85 (patch) | |
tree | 487eb9613b7a569c2a153a600f978bf6e15391a5 /remoting/webapp/html/template_main.html | |
parent | ab54e01c7061196a90aac4d033cb0bd8b69c65ea (diff) | |
download | chromium_src-7689f9b0abe0278459e79eaebc39dd5eddbd3c85.zip chromium_src-7689f9b0abe0278459e79eaebc39dd5eddbd3c85.tar.gz chromium_src-7689f9b0abe0278459e79eaebc39dd5eddbd3c85.tar.bz2 |
Scroll-bar browser test.
This doesn't yet do the most interesting test--whether or not scroll-bars
work correctly when connected to a host--but that should be simple to add
once a ClientPlugin mock is implemented.
Review URL: https://codereview.chromium.org/552923002
Cr-Commit-Position: refs/heads/master@{#294290}
Diffstat (limited to 'remoting/webapp/html/template_main.html')
-rw-r--r-- | remoting/webapp/html/template_main.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/remoting/webapp/html/template_main.html b/remoting/webapp/html/template_main.html index 72f8469..981f794 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"/> |