blob: b30d84a2dd4286bd1ccc1621ff0cf5e2c0ca93ae (
plain)
1
2
3
4
5
6
7
|
<title>OR match AND mismatch that should fail</title>
<link rel=match href=red.html>
<link rel=match href=green.html>
<link rel=mismatch href=red.html?2>
<style>
:root {background-color:red}
</style>
|