summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-6.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-6.html')
-rw-r--r--testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-6.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-6.html b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-6.html
new file mode 100644
index 0000000000..1a2dcc204a
--- /dev/null
+++ b/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-6.html
@@ -0,0 +1,8 @@
+<title>OR match AND mismatch that should fail</title>
+<link rel=match href=green.html>
+<link rel=match href=red.html>
+<link rel=mismatch href=green.html?2>
+<link rel=mismatch href=red.html?2>
+<style>
+:root {background-color:red}
+</style>