gecko-dev/accessible/tests/crashtests/1494707.html

16 строки
227 B
HTML

<html>
<head>
<style>
*::after {
content: counters(bar, '', none);
}
</style>
</head>
<body>
<table>
<thead></thead>
<th></th>
</table>
</body>
</html>