tenfourfox/layout/style/crashtests/397022-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
217 B
HTML

<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>