diff --git a/tests/html/core-overlay-quick-close.html b/tests/html/core-overlay-quick-close.html new file mode 100644 index 0000000..bcd5376 --- /dev/null +++ b/tests/html/core-overlay-quick-close.html @@ -0,0 +1,45 @@ + + + + + core-overlay + + + + + + + + + +my overlay + + + + + diff --git a/tests/js/htmltests.js b/tests/js/htmltests.js index 2c050c7..0ba1fa6 100644 --- a/tests/js/htmltests.js +++ b/tests/js/htmltests.js @@ -3,4 +3,5 @@ htmlSuite('core-overlay', function() { htmlTest('html/core-overlay-positioning.html'); htmlTest('html/core-overlay-positioning-margin.html'); htmlTest('html/core-overlay-scroll.html'); + htmlTest('html/core-overlay-quick-close.html'); });