Newer
Older
minerva / Tests / LibWeb / Ref / css-gradient-currentcolor.html
@minerva minerva on 13 Jul 258 bytes Initial commit
<html>
<link rel="match" href="reference/css-gradient-currentcolor-ref.html" />
<style>
    div {
        color: green;
        width: 200px;
        height: 200px;
        background: linear-gradient(currentColor, white);
    }
</style>
<div></div>
</html>