mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-19 13:31:00 +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>
|