summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/font-colorization-ref.html
blob: b2c69198cc3643fa9997591e3333c91f6dc393fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Colorisation of non-color glyph should work in the presence of COLR or SVG table</title>
<link rel="help" href="https://drafts.csswg.org/css-color/#the-color-property">
<link rel="author" title="Dominik Röttsches" href="mailto:drott@chromium.org">
<link rel="stylesheet" href="/fonts/ahem.css">
</head>
<body>
<div style="font: 100px/1.2 'Ahem', fantasy; color: green;">A</div>
</body>
</html>