haikuwebkit/LayoutTests/fast/text/text-decoration-currentcolo...

9 lines
170 B
HTML

<style>
div {
background-color: red;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
</style>
<div><a href="">PASS if no underline</a></div>