Add metadata for infrastructure tests
diff --git a/infrastructure/metadata/infrastructure/assumptions/html-elements.html.ini b/infrastructure/metadata/infrastructure/assumptions/html-elements.html.ini
new file mode 100644
index 0000000..93a497d
--- /dev/null
+++ b/infrastructure/metadata/infrastructure/assumptions/html-elements.html.ini
@@ -0,0 +1,6 @@
+[html-elements.html]
+  [Compare CSS div definitions (only valid if pre-reqs pass)]
+    expected:
+      if product == "chrome": FAIL
+
+
diff --git a/infrastructure/metadata/infrastructure/expected-fail/failing-test.html.ini b/infrastructure/metadata/infrastructure/expected-fail/failing-test.html.ini
new file mode 100644
index 0000000..b954a0e
--- /dev/null
+++ b/infrastructure/metadata/infrastructure/expected-fail/failing-test.html.ini
@@ -0,0 +1,4 @@
+[failing-test.html]
+  [Failing test]
+    expected: FAIL
+