| 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> |
| 11 <!-- Don't scale the viewport in either portrait or landscape mode. | 11 <!-- Don't scale the viewport in either portrait or landscape mode. |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 </a> | 199 </a> |
| 200 </p> | 200 </p> |
| 201 </div> | 201 </div> |
| 202 | 202 |
| 203 </div> | 203 </div> |
| 204 | 204 |
| 205 <!-- This is used to measure text in the current locale. It is not visible. --> | 205 <!-- This is used to measure text in the current locale. It is not visible. --> |
| 206 <div id="fontMeasuringDiv"></div> | 206 <div id="fontMeasuringDiv"></div> |
| 207 | 207 |
| 208 </html> | 208 </html> |
| OLD | NEW |