| 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 <img id="logo-img" src="chrome://theme/IDR_PRODUCT_LOGO"> | 105 <!-- TODO: Revert back to src= once http://crbug.com/135179 is fixed --> |
| 106 <img id="logo-img"> |
| 106 | 107 |
| 107 <ul id="dot-list"> | 108 <ul id="dot-list"> |
| 108 </ul> | 109 </ul> |
| 109 | 110 |
| 110 <div class="menu-container"> | 111 <div class="menu-container"> |
| 111 <button id="recently-closed-menu-button" | 112 <button id="recently-closed-menu-button" |
| 112 class="footer-menu-button custom-appearance"> | 113 class="footer-menu-button custom-appearance"> |
| 113 <span i18n-content="recentlyclosed"></span> | 114 <span i18n-content="recentlyclosed"></span> |
| 114 <div class="disclosure-triangle"></div> | 115 <div class="disclosure-triangle"></div> |
| 115 </button> | 116 </button> |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 </a> | 198 </a> |
| 198 </p> | 199 </p> |
| 199 </div> | 200 </div> |
| 200 | 201 |
| 201 </div> | 202 </div> |
| 202 | 203 |
| 203 <!-- This is used to measure text in the current locale. It is not visible. --> | 204 <!-- This is used to measure text in the current locale. It is not visible. --> |
| 204 <div id="fontMeasuringDiv"></div> | 205 <div id="fontMeasuringDiv"></div> |
| 205 | 206 |
| 206 </html> | 207 </html> |
| OLD | NEW |