<!-- target: null -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Span with tabindex -1</title>
</head>
<body>
<p>This text should not get a hint:</p>
<span tabindex=-1>test</span>
</body>
</html>