Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /infrastructure/reftest/reftest_match_and_mismatch-6.html - WPT Dashboard Interop Dashboard
<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=green.html?2>
<link rel=mismatch href=red.html?2>
<style>
:root {background-color:red}
</style>