blob: ac08cb70b63691b3924a135cc66e444f1dc10e7e (
plain)
1
2
3
4
5
6
7
|
<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=red.html?2>
<style>
:root {background-color:red}
</style>
|