target-text-light.html (244B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>Light background should use yellow-20 for highlight</title> 4 <script> 5 location.hash = '#:~:text=HighlightThis'; 6 </script> 7 8 <p>HighlightThis is a keyword to test ::target-text highlight colour.</p>