| Index: chrome/browser/resources/print_preview/settings/margin_settings.html
|
| diff --git a/chrome/browser/resources/print_preview/settings/margin_settings.html b/chrome/browser/resources/print_preview/settings/margin_settings.html
|
| index 0d6eed0a523657d1b08537ad95424217b912e25a..2310203237ead259248a15f381d2e0d4055a34b2 100644
|
| --- a/chrome/browser/resources/print_preview/settings/margin_settings.html
|
| +++ b/chrome/browser/resources/print_preview/settings/margin_settings.html
|
| @@ -1,7 +1,7 @@
|
| <div id="margin-settings" class="two-column margin-settings" hidden>
|
| - <h1 i18n-content="marginsLabel"></h1>
|
| + <h1 id="margin-label" i18n-content="marginsLabel"></h1>
|
| <div class="right-column">
|
| - <select class="margin-settings-select">
|
| + <select class="margin-settings-select" aria-labelledby="margin-label">
|
| <!-- The order of these options must match the natural order of their
|
| values, which come from print_preview.ticket_items.MarginsType.Value. -->
|
| <option i18n-content="defaultMargins" value="0" selected></option>
|
|
|