blob: bca2a42a18a87f2c5a998936cbf2bce8787954b5 [file] [log] [blame]
PASS Property color value 'currentcolor' computes to 'rgb(255, 0, 0)'
PASS Property color value 'transparent' computes to 'rgba(0, 0, 0, 0)'
PASS Property color value 'red' computes to 'rgb(255, 0, 0)'
PASS Property color value 'magenta' computes to 'rgb(255, 0, 255)'
PASS Property color value '#234' computes to 'rgb(34, 51, 68)'
PASS Property color value '#FEDCBA' computes to 'rgb(254, 220, 186)'
PASS Property color value 'rgb(2, 3, 4)' computes to 'rgb(2, 3, 4)'
PASS Property color value 'rgb(100%, 0%, 0%)' computes to 'rgb(255, 0, 0)'
PASS Property color value 'rgba(2, 3, 4, 0.5)' computes to 'rgba(2, 3, 4, 0.5)'
PASS Property color value 'rgba(2, 3, 4, 50%)' computes to 'rgba(2, 3, 4, 0.5)'
PASS Property color value 'hsl(120, 100%, 50%)' computes to 'rgb(0, 255, 0)'
PASS Property color value 'hsla(120, 100%, 50%, 0.25)' computes to 'rgba(0, 255, 0, 0.25)'
PASS Property color value 'rgb(-2, 3, 4)' computes to 'rgb(0, 3, 4)'
PASS Property color value 'rgb(100, 200, 300)' computes to 'rgb(100, 200, 255)'
PASS Property color value 'rgb(20, 10, 0, -10)' computes to 'rgba(20, 10, 0, 0)'
PASS Property color value 'rgb(100%, 200%, 300%)' computes to 'rgb(255, 255, 255)'