blob: 335eb9b348474063d2cb4245056e7a91d5d8a54d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head>
<style>
.linkAddComment {visibility:hidden;}
.linkAddComment:before {content:"This test passes if it does not crash, and this text appears."; visibility:visible;}
</style>
</head>
<body>
<a class="linkAddComment">But it fails if this text appears.</a>
</body>
</html>
|