| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType"> | 2 <html i18n-values="dir:textdirection;oobe:oobeType;screen:screenType;camera:came
raType"> |
| 3 <head> | 3 <head> |
| 4 <title i18n-content="title"></title> | 4 <title i18n-content="title"></title> |
| 5 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link> | 5 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link> |
| 6 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
| 7 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> |
| 8 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
| 9 <link rel="stylesheet" href="bubble.css"> | 9 <link rel="stylesheet" href="bubble.css"> |
| 10 <link rel="stylesheet" href="butter_bar.css"> | 10 <link rel="stylesheet" href="butter_bar.css"> |
| 11 <link rel="stylesheet" href="header_bar.css"> | 11 <link rel="stylesheet" href="header_bar.css"> |
| 12 <link rel="stylesheet" href="network_dropdown.css"> | 12 <link rel="stylesheet" href="network_dropdown.css"> |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 <p id="tpm-password" hidden></p> | 90 <p id="tpm-password" hidden></p> |
| 91 </div> | 91 </div> |
| 92 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> | 92 <button id="security-ok-button" i18n-content="eulaTpmOkButton"></button> |
| 93 </div> | 93 </div> |
| 94 </div> | 94 </div> |
| 95 <div id="bubble" class="bubble faded" hidden></div> | 95 <div id="bubble" class="bubble faded" hidden></div> |
| 96 <include src="header_bar.html"> | 96 <include src="header_bar.html"> |
| 97 <include src="user_pod_template.html"> | 97 <include src="user_pod_template.html"> |
| 98 </body> | 98 </body> |
| 99 </html> | 99 </html> |
| OLD | NEW |