| OLD | NEW |
| 1 <link rel="import" href="chrome://oobe/custom_elements.html"> | 1 <link rel="import" href="chrome://oobe/custom_elements.html"> |
| 2 | 2 |
| 3 <div class="step right hidden no-logo" id="gaia-signin" role="group" | 3 <div class="step right hidden no-logo" id="gaia-signin" role="group" |
| 4 aria-live="polite" hidden> | 4 aria-live="polite" hidden> |
| 5 <div class="step-contents"> | 5 <div class="step-contents"> |
| 6 <div id="gaia-signin-form-container"> | 6 <div id="gaia-signin-form-container"> |
| 7 <webview id="signin-frame" name="signin-frame" hidden></webview> | 7 <webview id="signin-frame" name="signin-frame" hidden></webview> |
| 8 <offline-gaia id="offline-gaia" class="fit" hidden></offline-gaia> | 8 <offline-gaia id="offline-gaia" class="fit" hidden></offline-gaia> |
| 9 <saml-interstitial id="saml-interstitial" class="fit" hidden> | 9 <saml-interstitial id="saml-interstitial" class="fit" hidden> |
| 10 </saml-interstitial> | 10 </saml-interstitial> |
| 11 <offline-ad-login id="offline-ad-auth" class="fit" hidden |
| 12 i18n-values="ad-welcome-message:adAuthWelcomeMessage"> |
| 13 </offline-ad-login> |
| 11 </div> | 14 </div> |
| 12 </div> | 15 </div> |
| 13 <div id="gaia-loading" class="step-loading" hidden> | 16 <div id="gaia-loading" class="step-loading" hidden> |
| 14 <throbber-notice i18n-values="text:gaiaLoading"></throbber-notice> | 17 <throbber-notice i18n-values="text:gaiaLoading"></throbber-notice> |
| 15 </div> | 18 </div> |
| 16 <notification-card id="gaia-whitelist-error" type="fail" | 19 <notification-card id="gaia-whitelist-error" type="fail" |
| 17 i18n-values="button-label:tryAgainButton; | 20 i18n-values="button-label:tryAgainButton; |
| 18 link-label:learnMoreButton"> | 21 link-label:learnMoreButton"> |
| 19 </notification-card> | 22 </notification-card> |
| 20 <div id="saml-notice-container" hidden> | 23 <div id="saml-notice-container" hidden> |
| 21 <span id="saml-notice-recording-indicator" hidden> | 24 <span id="saml-notice-recording-indicator" hidden> |
| 22 <img src="chrome://theme/IDR_TAB_RECORDING_INDICATOR"> | 25 <img src="chrome://theme/IDR_TAB_RECORDING_INDICATOR"> |
| 23 </span> | 26 </span> |
| 24 <span id="saml-notice-message"></span> | 27 <span id="saml-notice-message"></span> |
| 25 </div> | 28 </div> |
| 26 <navigation-bar id="gaia-navigation"></navigation-bar> | 29 <navigation-bar id="gaia-navigation"></navigation-bar> |
| 27 </div> | 30 </div> |
| OLD | NEW |