forked from mirrors/gecko-dev
Automatic update from web-platform-testsMerge pull request #11396 from frivoal/css-ui-2664 [css-ui-4] link cursor over SVG links -- wpt-commits: 0f651ffe15c8bb81af266d48d2316aeb4dcb8564 wpt-pr: 11396
14 lines
656 B
HTML
14 lines
656 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 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>
|