blob: 55259f7f7a5cf0fc24324e29ff5097420d88ca45 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - lighting-color, flood-color, stop-color.</title>
<style>
svg {
forced-color-adjust: none;
height: 100px;
width: 500px;
}
</style>
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="100" height="100" fill="WindowText"/>
<rect x="200" y="0" width="100" height="100" fill="WindowText"/>
<rect x="400" y="0" width="100" height="100" fill="WindowText"/>
</svg>