| Index: chrome/browser/resources/chromeos/login/offline_gaia.html
|
| diff --git a/chrome/browser/resources/chromeos/login/offline_gaia.html b/chrome/browser/resources/chromeos/login/offline_gaia.html
|
| index ea17f2498cf91c56f994d79d20ed7b2a81ebc58a..cc7e1f2d47f25adba493b60f6e7fe586ec6b975b 100644
|
| --- a/chrome/browser/resources/chromeos/login/offline_gaia.html
|
| +++ b/chrome/browser/resources/chromeos/login/offline_gaia.html
|
| @@ -41,8 +41,9 @@
|
| on-tap="{{onBack}}">
|
| </gaia-core-icon-button>
|
| <core-animated-pages id="animatedPages" transitions="slide-from-right"
|
| + valueattr="id"
|
| on-core-animated-pages-transition-end="{{onTransitionEnd}}" flex>
|
| - <section flex>
|
| + <section flex id="emailSection">
|
| <gaia-card>
|
| <div class="header" flex vertical layout end-justified start>
|
| <h1 class="welcome-message" i18n-content="offlineLoginWelcome"></h1>
|
| @@ -62,7 +63,7 @@
|
| </div>
|
| </gaia-card>
|
| </section>
|
| - <section flex>
|
| + <section flex id="passwordSection">
|
| <gaia-card>
|
| <gaia-header class="header" id="passwordHeader">
|
| </gaia-header>
|
|
|