diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-ui/cursor-pointer-links-002-manual.html')
-rw-r--r-- | testing/web-platform/tests/css/css-ui/cursor-pointer-links-002-manual.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-ui/cursor-pointer-links-002-manual.html b/testing/web-platform/tests/css/css-ui/cursor-pointer-links-002-manual.html new file mode 100644 index 0000000000..fc9c2a3d63 --- /dev/null +++ b/testing/web-platform/tests/css/css-ui/cursor-pointer-links-002-manual.html @@ -0,0 +1,14 @@ +<!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 HTML 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> + <a href="" style="color: blue">Hover me</a> +</body> |