From 716fd62a5c39590ec87b56e880cf1d5c0f8c521b Mon Sep 17 00:00:00 2001 From: Colin Marshall Date: Thu, 5 May 2016 10:17:03 -0600 Subject: [PATCH] Added visual test for sticky accordions with anchors. --- .../sticky/accordions-with-anchors.html | 182 ++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 test/visual/sticky/accordions-with-anchors.html diff --git a/test/visual/sticky/accordions-with-anchors.html b/test/visual/sticky/accordions-with-anchors.html new file mode 100644 index 000000000..51a11392e --- /dev/null +++ b/test/visual/sticky/accordions-with-anchors.html @@ -0,0 +1,182 @@ + + + + + Foundation for Sites Testing + + + + + + + + +
+
+

Sticky Accordions with Anchors

+
+

Look For:

+
    +
  • Currently failing Accordion should unstick in the correct place when it reaches its anchor points.
  • +
  • Currently failing Sticky should not be effected by height changes to the accordion that are introduced by switching active accordion item.
  • +
  • Currently failing You should not see the red background color of the sticky container after scrolling, expanding/collapsing accordion items, or sticking/unsticking the accordion.
  • +
+ +
+
+ +
+ +
+
+

#foo1

+
+
+
+
+
+
+ +
+
+
+
+

#foo2

+
+
+
+
+

#foo3

+
+ +
+

#foo4

+ +
+
+

#foo5

+
+
+

#foo6

+
+
+

#foo7

+
+
+

#foo8

+
+
+

#foo9

+
+
+

#foo10

+
+
+ +
+ +
+
+ +
+
+ +
+ +
+ + + + + + \ No newline at end of file -- 2.47.2