+
Some offscreen content: this should be offscreenthis should be offscreen
diff --git a/test/.eslintrc b/test/.eslintrc
new file mode 100644
index 0000000..4f283c8
--- /dev/null
+++ b/test/.eslintrc
@@ -0,0 +1,13 @@
+{
+ "globals": {
+ "WCT": false,
+ "suite": false,
+ "setup": false,
+ "teardown": false,
+ "test": false,
+ "fixture": false,
+ "a11ySuite": false,
+ "expect": false,
+ "sinon": false
+ }
+}
diff --git a/test/a11y.html b/test/a11y.html
new file mode 100644
index 0000000..4733de8
--- /dev/null
+++ b/test/a11y.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
d2l-offscreen test
+
+
+
+
+
+
+
+
+
+
+ Foobars
+
+
+
+
+
+
diff --git a/test/d2l-offscreen.html b/test/d2l-offscreen.html
new file mode 100644
index 0000000..70ed36f
--- /dev/null
+++ b/test/d2l-offscreen.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
d2l-offscreen test
+
+
+
+
+
+
+
+
+
+
+ Hidden
+ Hidden
+
+
+
+
+
+
+
diff --git a/test/index.html b/test/index.html
new file mode 100644
index 0000000..c2832b9
--- /dev/null
+++ b/test/index.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
d2l-button-group tests
+
+
+
+
+
+
+
diff --git a/wct.conf.json b/wct.conf.json
new file mode 100644
index 0000000..c33e1ce
--- /dev/null
+++ b/wct.conf.json
@@ -0,0 +1,46 @@
+{
+ "plugins": {
+ "local": {
+ "browsers": ["chrome"]
+ },
+ "sauce": {
+ "browsers": [
+ {
+ "browserName": "chrome",
+ "platform": "OS X 10.12",
+ "version": ""
+ },
+ {
+ "browserName": "chrome",
+ "platform": "Windows 10",
+ "version": ""
+ },
+ {
+ "browserName": "firefox",
+ "platform": "OS X 10.12",
+ "version": ""
+ },
+ {
+ "browserName": "firefox",
+ "platform": "Windows 10",
+ "version": ""
+ },
+ {
+ "browserName": "safari",
+ "platform": "OS X 10.12",
+ "version": "10.0"
+ },
+ {
+ "browserName": "microsoftedge",
+ "platform": "Windows 10",
+ "version": ""
+ },
+ {
+ "browserName": "internet explorer",
+ "platform": "Windows 10",
+ "version": "11"
+ }
+ ]
+ }
+ }
+}