trisquel-icecat/icecat/layout/reftests/high-contrast/target-text-001-ref.html
2025-10-06 02:35:48 -06:00

12 lines
153 B
HTML

<!doctype html>
<html>
<style>
span {
background-color: mark;
color: marktext;
}
</style>
<body>
<span>Some selected text</span>
</body>
</html>