haikuwebkit/LayoutTests/fast/css-generated-content/001.html

12 lines
181 B
HTML

<html>
<head>
<style>
a:before { content: "Link: "; }
a:before { display: none; }
</style>
</head>
<body>
<a href="foo.html">You should not see anything but this link.</a>
</body>