blob: d0ce397f9c623a73e4137762ece5e4198d690ee1 [file] [log] [blame]
PASS Property shape-outside value 'circle(at 10% 20%)'
PASS Property shape-outside value 'circle(at calc(75% + 0px) calc(75% + 0px))'
PASS Property shape-outside value 'circle(calc(10px + 0.5em) at -50% 50%) border-box'
PASS Property shape-outside value 'circle(calc(10px - 0.5em) at 50% -50%) border-box'
PASS Property shape-outside value 'ellipse(60% closest-side at 50% 50%)'
PASS Property shape-outside value 'ellipse(calc(10px + 0.5em) calc(10px - 0.5em) at -50% 50%) padding-box'
PASS Property shape-outside value 'ellipse(calc(10px - 0.5em) calc(10px + 0.5em) at 50% -50%) border-box'
FAIL Property polygon(evenodd, -10px, -20px, -30px, -40px, -50px, -60px) margin-box value 'undefined' assert_true: polygon(evenodd, -10px, -20px, -30px, -40px, -50px, -60px) margin-box doesn't seem to be supported in the computed style expected true got false
FAIL Property polygon(10%, 20%, 30%, 40%, 50%, 60%) content-box value 'undefined' assert_true: polygon(10%, 20%, 30%, 40%, 50%, 60%) content-box doesn't seem to be supported in the computed style expected true got false
FAIL Property polygon(calc(10px - 0.5em), 20%, 30%, 40%, 50%, calc(10px - 0.5em)) value 'polygon(-10px, 20%, 30%, 40%, 50%, -10px)' assert_true: polygon(calc(10px - 0.5em), 20%, 30%, 40%, 50%, calc(10px - 0.5em)) doesn't seem to be supported in the computed style expected true got false