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