blob: 4d0b5ea4aebaa7b581007a952b11c5cb6e0a821e [file] [log] [blame]
PASS Property opacity value 'min(1)' computes to '1'
PASS Property opacity value 'max(1)' computes to '1'
PASS Property opacity value 'min(0.2, max(0.1, 0.15))' computes to '0.15000000596046448'
PASS Property opacity value 'max(0.1, min(0.2, 0.15))' computes to '0.15000000596046448'
PASS Property opacity value 'calc(min(0.1, 0.2) + 0.05)' computes to '0.15000000596046448'
PASS Property opacity value 'calc(min(0.1, 0.2) - 0.05)' computes to '0.05000000074505806'
PASS Property opacity value 'calc(min(0.1, 0.2) * 2)' computes to '0.20000000298023224'
PASS Property opacity value 'calc(min(0.1, 0.2) / 2)' computes to '0.05000000074505806'
PASS Property opacity value 'calc(max(0.1, 0.2) + 0.05)' computes to '0.25'
PASS Property opacity value 'calc(max(0.1, 0.2) - 0.05)' computes to '0.15000000596046448'
PASS Property opacity value 'calc(max(0.1, 0.2) * 2)' computes to '0.4000000059604645'
PASS Property opacity value 'calc(max(0.1, 0.2) / 2)' computes to '0.10000000149011612'
PASS Property opacity value 'calc(min(0.1, 0.2) + max(0.1, 0.05))' computes to '0.20000000298023224'
PASS Property opacity value 'calc(min(0.1, 0.2) - max(0.1, 0.05))' computes to '0'