target-text-black.html (301B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>Dark background should use yellow-05 for highlight</title> 4 <script> 5 location.hash = '#:~:text=HighlightThis'; 6 </script> 7 <style> 8 body { background:#000; color: #fff; } 9 </style> 10 11 <p>HighlightThis is a keyword to test ::target-text highlight colour.</p>