diff --git a/fixtures/watcher/check.html b/fixtures/watcher/check.html new file mode 100644 index 0000000..6316d14 --- /dev/null +++ b/fixtures/watcher/check.html @@ -0,0 +1,34 @@ + + + + Checkbox Change Page State + + + + + + +
+

This content changes when the checkbox is checked.

+
+ + + + diff --git a/fixtures/watcher/delayed-mounting.html b/fixtures/watcher/delayed-mounting.html new file mode 100644 index 0000000..6c9a3cc --- /dev/null +++ b/fixtures/watcher/delayed-mounting.html @@ -0,0 +1,29 @@ + + + + Interactive Test Fixture + + +

Delayed Mounting Fixture

+
+ + + + diff --git a/fixtures/watcher/dnd.html b/fixtures/watcher/dnd.html new file mode 100644 index 0000000..c77e34b --- /dev/null +++ b/fixtures/watcher/dnd.html @@ -0,0 +1,89 @@ + + + + + Drag and Drop Test + + + +
+
Drag me!
+
Drag the small box here.
+
+ + + + diff --git a/fixtures/watcher/form.html b/fixtures/watcher/form.html new file mode 100644 index 0000000..16f5988 --- /dev/null +++ b/fixtures/watcher/form.html @@ -0,0 +1,88 @@ + + + + Interactive Test Fixture + + + +
+ + + + + + + + + + +

+ +

+ + +
+ + + + diff --git a/fixtures/watcher/frame.html b/fixtures/watcher/frame.html new file mode 100644 index 0000000..e632f50 --- /dev/null +++ b/fixtures/watcher/frame.html @@ -0,0 +1,29 @@ + + + + FrameBox + + + + + + + + + + diff --git a/fixtures/watcher/hover.html b/fixtures/watcher/hover.html new file mode 100644 index 0000000..0bdcb2e --- /dev/null +++ b/fixtures/watcher/hover.html @@ -0,0 +1,60 @@ + + + + + Hover Text Fixture + + + + + + hover-alt + + + +
+

This content changes when you hover over the button.

+
+ + + + diff --git a/fixtures/watcher/include-exclude.html b/fixtures/watcher/include-exclude.html new file mode 100644 index 0000000..8c183a6 --- /dev/null +++ b/fixtures/watcher/include-exclude.html @@ -0,0 +1,27 @@ + + + + + + Include/Exclude Fixture + + +
+ include me + +
+ exclude me + +
+
+ +
+ include me two + +
+ exclude me two + +
+
+ + diff --git a/fixtures/watcher/interactive.html b/fixtures/watcher/interactive.html new file mode 100644 index 0000000..2fe3466 --- /dev/null +++ b/fixtures/watcher/interactive.html @@ -0,0 +1,66 @@ + + + + Interactive Test Fixture + + + +

Interactive Test Fixture

+
+ Scrollable container +

Content line 1

+

Content line 2

+

Content line 3

+

Content line 4

+

Content line 5

+

Content line 6

+

Content line 7

+

Content line 8

+

Content line 9

+

Content line 10

+
+ + + + + + + + + diff --git a/fixtures/watcher/keyboard-mouse.html b/fixtures/watcher/keyboard-mouse.html new file mode 100644 index 0000000..a56fafb --- /dev/null +++ b/fixtures/watcher/keyboard-mouse.html @@ -0,0 +1,40 @@ + + + + FrameBox + + +

+ +

+ + + + diff --git a/fixtures/watcher/redirect.html b/fixtures/watcher/redirect.html new file mode 100644 index 0000000..1116229 --- /dev/null +++ b/fixtures/watcher/redirect.html @@ -0,0 +1,23 @@ + + + + + + Redirecting to Protected Page + + + +

Some Redirecting mechanism

+

...

+ + diff --git a/fixtures/watcher/remount.html b/fixtures/watcher/remount.html new file mode 100644 index 0000000..ede2766 --- /dev/null +++ b/fixtures/watcher/remount.html @@ -0,0 +1,124 @@ + + + + Continuous Button Remounting + + + +

Continuous Button Remounting Test Fixture

+

+ The below #target button will be continuously removed and + re-added from the DOM. +

+

+ You can use the remountInterval query parameter to control + the remount interval: +

+ +

Other available query parameters are:

+ + +
+ +
+
+ +
+
+ + + + + diff --git a/fixtures/watcher/static.html b/fixtures/watcher/static.html new file mode 100644 index 0000000..06dad09 --- /dev/null +++ b/fixtures/watcher/static.html @@ -0,0 +1,40 @@ + + + + Static Test Fixture + + + +
+

Static Test Fixture

+ +

+ Use the violations query parameter to control how many + artificial accessibility violations are injected into the page. +

+ + + + +
+ + diff --git a/fixtures/watcher/tabs.html b/fixtures/watcher/tabs.html new file mode 100644 index 0000000..2f2d2d3 --- /dev/null +++ b/fixtures/watcher/tabs.html @@ -0,0 +1,199 @@ + + + + Tabs Test Fixture + + + +
+

Tabs Test Fixture

+ +

+ This fixture contains a tab control based on a slimmed-down version of + the + ARIA Authoring Practices Guide's + Example of Tabs with Manual Activation. +

+ +

+ The number of tabs and of accessibility violations within each tab can + be controlled by the tabViolations query parameter, which + should be a comma-separated list of numbers (eg, + tabViolations=2,3,4 for 3 tabs with 2, 3, and 4 violations + respectively). +

+ +

Test Tab Control

+
+
+ + +
+ +