summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/477935-1.html
blob: 9c2ac5438a01617544bbff217c053db960225c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>