target-text.html (315B)
1 <!doctype html> 2 <html> 3 <title>custom colors for ::target-text should be replaced with forced-colors colors</title> 4 <style> 5 ::target-text { 6 background: #FF0000; 7 color: #0000FF; 8 } 9 </style> 10 <script> 11 location.hash = ':~:text=Some selected text'; 12 </script> 13 <body> 14 <span>Some selected text</span> 15 </body> 16 </html>