summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/reftest/reftest_match_and_mismatch-6.html
blob: 1a2dcc204ae4666c0a4d60152334fe8faf1a4f54 (plain)
1
2
3
4
5
6
7
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>