update components
This commit is contained in:
parent
2d86f49653
commit
ab58f98cc1
27 changed files with 276 additions and 129 deletions
|
@ -431,6 +431,15 @@ suite('Polymer.IronA11yKeysBehavior', function() {
|
|||
});
|
||||
});
|
||||
|
||||
suite('remove key behavior with null target', function () {
|
||||
test('add and remove a iron-a11y-keys-behavior', function () {
|
||||
var element = document.createElement('x-a11y-basic-keys');
|
||||
element.keyEventTarget = null;
|
||||
document.body.appendChild(element);
|
||||
document.body.removeChild(element);
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue