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