| Index: test/iron_a11y_keys_behavior_test.html
|
| diff --git a/test/iron_a11y_keys_behavior_test.html b/test/iron_a11y_keys_behavior_test.html
|
| index de00f38d4c63b2e046ed1beb77b42f1aca04f028..4d4d1e7bb82d49dbcbf21fd23dc10553d76a1e0d 100644
|
| --- a/test/iron_a11y_keys_behavior_test.html
|
| +++ b/test/iron_a11y_keys_behavior_test.html
|
| @@ -25,6 +25,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <x-a11y-basic-keys></x-a11y-basic-keys>
|
| </template>
|
|
|
| + <template id="NonPropagatingKeys">
|
| + <x-a11y-basic-keys stop-keyboard-event-propagation></x-a11y-basic-keys>
|
| + </template>
|
| +
|
| <template id="ComboKeys">
|
| <x-a11y-combo-keys></x-a11y-combo-keys>
|
| </template>
|
|
|