OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values=" | 2 <html i18n-values=" |
3 dir:textdirection; | 3 dir:textdirection; |
4 hasattribution:hasattribution; | 4 hasattribution:hasattribution; |
5 themegravity:themegravity; | 5 themegravity:themegravity; |
6 bookmarkbarattached:bookmarkbarattached;" | 6 bookmarkbarattached:bookmarkbarattached;" |
7 class="starting-up"> | 7 class="starting-up"> |
8 <head> | 8 <head> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <title i18n-content="title"></title> | 10 <title i18n-content="title"></title> |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 </button> | 95 </button> |
96 <div id="attribution"> | 96 <div id="attribution"> |
97 <span i18n-content="attributionintro"></span> | 97 <span i18n-content="attributionintro"></span> |
98 <img id="attribution-img"> | 98 <img id="attribution-img"> |
99 </div> | 99 </div> |
100 </div> | 100 </div> |
101 | 101 |
102 <div id="footer"> | 102 <div id="footer"> |
103 <div id="footer-border"></div> | 103 <div id="footer-border"></div> |
104 <div id="footer-content"> | 104 <div id="footer-content"> |
105 <!-- TODO: Revert back to src= once http://crbug.com/135179 is fixed --> | 105 <img id="logo-img" src="chrome://theme/IDR_PRODUCT_LOGO"> |
106 <img id="logo-img"> | |
107 | 106 |
108 <ul id="dot-list"> | 107 <ul id="dot-list"> |
109 </ul> | 108 </ul> |
110 | 109 |
111 <div class="menu-container"> | 110 <div class="menu-container"> |
112 <button id="recently-closed-menu-button" | 111 <button id="recently-closed-menu-button" |
113 class="footer-menu-button custom-appearance"> | 112 class="footer-menu-button custom-appearance"> |
114 <span i18n-content="recentlyclosed"></span> | 113 <span i18n-content="recentlyclosed"></span> |
115 <div class="disclosure-triangle"></div> | 114 <div class="disclosure-triangle"></div> |
116 </button> | 115 </button> |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 </a> | 197 </a> |
199 </p> | 198 </p> |
200 </div> | 199 </div> |
201 | 200 |
202 </div> | 201 </div> |
203 | 202 |
204 <!-- This is used to measure text in the current locale. It is not visible. --> | 203 <!-- This is used to measure text in the current locale. It is not visible. --> |
205 <div id="fontMeasuringDiv"></div> | 204 <div id="fontMeasuringDiv"></div> |
206 | 205 |
207 </html> | 206 </html> |
OLD | NEW |