diff --git a/tests/core-collapse.html b/tests/core-collapse.html index c34c380..bcd69ab 100644 --- a/tests/core-collapse.html +++ b/tests/core-collapse.html @@ -1,57 +1,67 @@ + - polymer-collapse - - - - + core-collapse + + + + + + - + + -
+ + +
Forma temperiemque cornua sidera dissociata cornua recessit innabilis ligavit: solidumque coeptis nullus caelum sponte phoebe di regat mentisque tanta austro capacius amphitrite sui quin postquam semina fossae liquidum umor galeae coeptis caligine liberioris quin liquidum matutinis invasit posset: flexi glomeravit radiis certis invasit oppida postquam onerosior inclusum dominari opifex terris pace finxit quam aquae nunc sine altae auroram quam habentem homo totidemque scythiam in pondus ensis tegit caecoque poena lapidosos humanas coeperunt poena aetas totidem nec natura aethera locavit caelumque distinxit animalibus phoebe cingebant moderantum porrexerat terrae possedit sua sole diu summaque obliquis melioris orbem -
- +
+ + diff --git a/tests/core-localstorage.html b/tests/core-localstorage.html index 7234dbe..44e23a4 100644 --- a/tests/core-localstorage.html +++ b/tests/core-localstorage.html @@ -1,18 +1,27 @@ + - polymer-localstorage - - - - + core-localstorage + + + + + + - + + diff --git a/tests/tests.html b/tests/tests.html index 99537de..1d1f46b 100644 --- a/tests/tests.html +++ b/tests/tests.html @@ -17,6 +17,14 @@ htmlSuite('core-ajax', function() { htmlTest('tests/core-ajax.html'); }); + + htmlSuite('core-collapse', function() { + htmlTest('tests/core-collapse.html'); + }); + + htmlSuite('core-localstorage', function() { + htmlTest('tests/core-localstorage.html'); + }); htmlSuite('core-selection', function() { htmlTest('tests/core-selection.html');