| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;.style.fontFamily:fontfamily;"> | 2 <html i18n-values="dir:textdirection;.style.fontFamily:fontfamily;lang:language"
> |
| 3 <head> | 3 <head> |
| 4 <meta charset=utf-8> | 4 <meta charset=utf-8> |
| 5 <title></title> | 5 <title></title> |
| 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
| 8 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"> |
| 9 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"> |
| 10 <link rel="stylesheet" href="../step.css"> | 10 <link rel="stylesheet" href="../step.css"> |
| 11 <link rel="stylesheet" href="../preload.css"> | 11 <link rel="stylesheet" href="../preload.css"> |
| 12 <link rel="stylesheet" href="style.css"> | 12 <link rel="stylesheet" href="style.css"> |
| (...skipping 20 matching lines...) Expand all Loading... |
| 33 </p> | 33 </p> |
| 34 <div class="controls"> | 34 <div class="controls"> |
| 35 <button i18n-content="greetingButton" | 35 <button i18n-content="greetingButton" |
| 36 class="next-button custom-appearance blue-button" tabindex="0"> | 36 class="next-button custom-appearance blue-button" tabindex="0"> |
| 37 </button> | 37 </button> |
| 38 </div> | 38 </div> |
| 39 <include src="greeting_image_[GREETING_IMAGE].html"> | 39 <include src="greeting_image_[GREETING_IMAGE].html"> |
| 40 </div> | 40 </div> |
| 41 </body> | 41 </body> |
| 42 </html> | 42 </html> |
| OLD | NEW |