blob: ae43adca7a2edc746ae719990b435a2516d5e0d3 [file] [log] [blame]
PASS Property bottom value 'auto' computes to 'auto'
PASS Property bottom value 'calc(10px + 0.5em)' computes to '30px'
PASS Property bottom value 'calc(10px - 0.5em)' computes to '-10px'
PASS Property bottom value '-40%' computes to '-40%'
PASS Property bottom value 'calc(50% + 60px)' computes to 'calc(50% + 60px)'