summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/397022-1.html
blob: ececc3fa5f8125a0836dfd04ea8b8ed453ff1d1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<style>

div:before { content: counter(c); }

.b:before { content: "x"; }

</style>
</head>

<body onload="document.getElementById('v').setAttribute('class', 'b');">

<div id="v"></div>

</body>
</html>