servo/tests/wpt/web-platform-tests/css/css-highlight-api/painting/custom-highlight-painting-inheritance-003-ref.html

10 lines
123 B
HTML

<!DOCTYPE html>
<meta charset="UTF-8">
<style>
div {
color: #00000080;
}
</style>
<body>
<div>foobar</div>
</body>