target-text-bg-is-same-as-light-ref.html (328B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>Reference: Background color is yellow-00, therefore the highlight must be yellow-20</title> 4 <style> 5 body { background:#fff4d0; } 6 7 .hl { background:#f5cc58; color:#000; } 8 </style> 9 10 <p><span class="hl">HighlightThis</span> is a keyword to test ::target-text highlight colour.</p>