update polymer components
This commit is contained in:
parent
478617f766
commit
c7fa2299da
31 changed files with 813 additions and 1954 deletions
|
@ -134,6 +134,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
var c = fixture('AriaLabel');
|
||||
assert.isTrue(c.getAttribute('aria-label') == "Batman");
|
||||
});
|
||||
|
||||
a11ySuite('NoLabel');
|
||||
a11ySuite('WithLabel');
|
||||
a11ySuite('AriaLabel');
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue