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

12 lines
287 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css"> :root { filter: url('#g'); } </style>
<style type="text/css" id="ccs"> .cc { content: 'X'; } </style>
</head>
<body onload="document.getElementById('ccs').disabled = true;">
<div id="g"></div>
<div class="cc">5</div>
</body>
</html>