From d5fe11436e4637b0311f8bd156df18ef450255fc Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Mon, 26 Mar 2018 10:12:08 +0200 Subject: [PATCH] tests: add visual tests for nested Reveal with deep-linking See https://github.com/zurb/foundation-sites/issues/8012#issuecomment-372816984 --- test/visual/reveal/nested-deep-link.html | 67 ++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 test/visual/reveal/nested-deep-link.html diff --git a/test/visual/reveal/nested-deep-link.html b/test/visual/reveal/nested-deep-link.html new file mode 100644 index 000000000..cfce4bb23 --- /dev/null +++ b/test/visual/reveal/nested-deep-link.html @@ -0,0 +1,67 @@ + + + + + + + + Foundation for Sites Testing + + + +
+
+
+

Reveal: Nested modals with Deep linking

+ +

When going back in history after closing the last modal, modals should all reapear in the reverse order.

+ +

+ + +
+

Modal 1

+ + +
+ + +
+

Modal 2

+ + +
+ + +
+

Modal 3

+ + +
+ + +
+

Modal 4

+

Close me, then go back in history. I should reappear, then modals 3, 2 and 1...

+ +
+ +
+
+
+ + + + + + -- 2.47.2