tenfourfox/layout/style/crashtests/397022-1.html

18 lines
217 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>