<!DOCTYPE html>
<svg>
<linearGradient id="green" x2="1" y2="0">
<stop offset="0.5" stop-color="green"/>
<stop offset="0.5" stop-color="white"/>
</linearGradient>
<text x="10" y="20" font-size="20" font-family="monospace" fill="url(#green)">PASS FAIL</text>
</svg>