blob: 35e8ce43fa8bf8571b5b80cb302605c1f1bbc3cf [file] [log] [blame]
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/cr_elements/md_select_css.html">
<dom-module id="oobe-i18n-dropdown">
<template>
<link rel="stylesheet" href="oobe_i18n_dropdown.css">
<style include="md-select"></style>
<select id="select" aria-label$="[[labelForAria]]" class="md-select" >
</select>
</template>
</dom-module>