update components
This commit is contained in:
parent
02e924e3c5
commit
05b25af69f
55 changed files with 1554 additions and 907 deletions
|
@ -74,6 +74,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||
suite('window\'s resize', function() {
|
||||
test('causes all iron-resize events to fire once', function() {
|
||||
window.dispatchEvent(new CustomEvent('resize'));
|
||||
Polymer.dom.flush();
|
||||
expect(resizable.ironResizeCount).to.be.equal(2);
|
||||
expect(resizable.$.childResizable1.ironResizeCount).to.be.equal(2);
|
||||
expect(resizable.$.childResizable2.ironResizeCount).to.be.equal(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue