From 4999ba64ac4e55fdb80c402f9e3642c7b2951bcb Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Thu, 6 Nov 2014 12:51:47 -0800 Subject: [PATCH] add test for opening and closing in quick succession --- tests/html/core-overlay-quick-close.html | 45 ++++++++++++++++++++++++ tests/js/htmltests.js | 1 + 2 files changed, 46 insertions(+) create mode 100644 tests/html/core-overlay-quick-close.html 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'); });