1
0
Fork 0
firefox/testing/web-platform/tests/css/css-ui/cursor-pointer-links-001-manual.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
791 B
HTML

<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>CSS Basic User Interface Test: pointer cursor on svg links</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="help" href="https://drafts.csswg.org/css-ui-4/#cursor">
<meta name="flags" content="interact">
<meta name="assert" content="The pointer cursor is applied to SVG links">
<style>
</style>
<body>
<p>The test passes if, when moved over the blue text, the cursor indicates a link. Often rendered as the backside of a hand with the index finger poiting and the other fingers closed.</p>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<a xlink:href=""><text x="0" y="16" font-size="16" fill="blue">Hover me</text></a>
</svg>
</body>