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

Side by Side Diff: chrome/browser/resources/ntp_android/new_tab.html

Issue 68723003: Make chrome/ be documentElement/body agnostic with regards to scrollTop/Left (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_305800
Patch Set: Created 7 years, 1 month 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0, 5 <meta name="viewport" content="width=device-width, initial-scale=1.0,
6 maximum-scale=1.0, user-scalable=no"> 6 maximum-scale=1.0, user-scalable=no">
7 <title i18n-content="title"></title> 7 <title i18n-content="title"></title>
8 <link rel="stylesheet" href="ntp_android.css"> 8 <link rel="stylesheet" href="ntp_android.css">
9 <link rel="stylesheet" href="bookmarks.css"> 9 <link rel="stylesheet" href="bookmarks.css">
10 <link rel="stylesheet" href="bookmarks_tablet.css"> 10 <link rel="stylesheet" href="bookmarks_tablet.css">
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 </div> 65 </div>
66 <div class="main-section" id="incognito_container"> 66 <div class="main-section" id="incognito_container">
67 <div class="content"> 67 <div class="content">
68 <img src="../../../../ui/webui/resources/images/otr_icon_standalone.pn g" class="icon"> 68 <img src="../../../../ui/webui/resources/images/otr_icon_standalone.pn g" class="icon">
69 <span i18n-values=".innerHTML:content"></span> 69 <span i18n-values=".innerHTML:content"></span>
70 </div> 70 </div>
71 </div> 71 </div>
72 </div> 72 </div>
73 </body> 73 </body>
74 <script src="../../../../ui/webui/resources/js/i18n_template.js"></script> 74 <script src="../../../../ui/webui/resources/js/i18n_template.js"></script>
75 <script src="../../../../ui/webui/resources/js/util.js"></script>
75 <script> 76 <script>
76 i18nTemplate.process(document, templateData); 77 i18nTemplate.process(document, templateData);
77 </script> 78 </script>
78 </html> 79 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/help_base_page.js ('k') | chrome/browser/resources/ntp_android/ntp_android.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698