| OLD | NEW |
| 1 htmlSuite('core-overlay', function() { | 1 htmlSuite('core-overlay', function() { |
| 2 htmlTest('html/core-overlay-basic.html'); | 2 htmlTest('html/core-overlay-basic.html'); |
| 3 htmlTest('html/core-overlay-positioning.html'); | 3 htmlTest('html/core-overlay-positioning.html'); |
| 4 htmlTest('html/core-overlay-positioning-margin.html'); | 4 htmlTest('html/core-overlay-positioning-margin.html'); |
| 5 htmlTest('html/core-overlay-scroll.html'); | 5 htmlTest('html/core-overlay-scroll.html'); |
| 6 htmlTest('html/core-overlay-quick-close.html'); | 6 htmlTest('html/core-overlay-quick-close.html'); |
| 7 }); | 7 }); |
| OLD | NEW |