Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Unified Diff: test/iron_a11y_keys_behavior_test.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/iron_a11y_keys_behavior_test.dart ('k') | test/iron_autogrow_textarea_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « test/iron_a11y_keys_behavior_test.dart ('k') | test/iron_autogrow_textarea_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698