bzbarsky%mit.edu 5b0505d2f7 Adding regression test.
git-svn-id: svn://10.0.0.236/trunk@167585 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-12 08:36:17 +00:00

34 lines
322 B
HTML

<html>
<head>
<style>
a:before
{
content: "<";
}
a:after
{
content: ">";
}
a[class~="imglink"]:before
{
content: normal;
}
a[class~="imglink"]:after
{
content: normal;
}
</style>
</head>
<body>
<a href="" class="imglink">
This should not have angle brackets.
<br />
<a href="">This should</a>
</body></html>