mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|