cthulhu/test/html/link-position-relative-on-focus.html

13 lines
143 B
HTML
Raw Permalink Normal View History

<html>
<head>
<style>
a:focus{position:relative;}
</style>
</head>
<body>
<p>Line 1</p>
<a href="foo">Line 2</a>
<p>Line 3</p>
</body>
</html>