This panel's ID is panel1.

Its related tab link has a href of https://get.foundation and a data-tabs-target of panel1.

When JavaScript is enabled, clicking Tab 1 should show this panel.

When JavaScript is disabled, clicking Tab 1 should navigate to https://get.foundation.

This panel's ID is panel2.

Its related tab link has a href of https://get.foundation/sites/docs/tabs.html and a data-tabs-target of panel2.

When JavaScript is enabled, clicking Tab 2 should show this panel.

When JavaScript is disabled, clicking Tab 2 should navigate to https://get.foundation/sites/docs/tabs.html.

This panel's ID is panel3.

Its related tab link has a href of #panel4 and a data-tabs-target of panel3.

When JavaScript is enabled, clicking Tab 3 should show panel 3.

When JavaScript is disabled, clicking Tab 3 should show panel 4 via the ID anchor link.

This panel's ID is panel4.

Its related tab link has a href of #panel4 and no data-tabs-target attribute. It should also be hidden from view.

If JavaScript is enabled and you can see this panel, then the test has errored.