mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
12 lines
287 B
HTML
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>
|