mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 132d12daea699ce266324e79eecbe59b10e56502
This commit is contained in:
parent
527d874bc1
commit
fe00a63040
1004 changed files with 18598 additions and 92770 deletions
|
@ -0,0 +1,16 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue