blob: 073e2206111586df4ff2c62e28e25aff2fddd72d (
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=red.html?2>
<link rel=mismatch href=green.html?2>
<style>
:root {background-color:red}
</style>
|