aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-values/minmax-length-percent-serialize.html.ini
blob: 2028f309e925e955744d47189b0df9527015fc29 (plain) (blame)
1
2
3
4
5
6
[minmax-length-percent-serialize.html]
  ['max((min(10%, 30px) + 10px) * 2 + 10px, 5em + 5%)' as a specified value should serialize as 'max(10px + (10px + min(10%, 30px)) * 2, 5% + 5em)'.]
    expected: FAIL

  ['max((min(10%, 30px) + 10px) * 2 + 10px, 5em + 5%)' as a computed value should serialize as 'max(10px + (10px + min(10%, 30px)) * 2, 5% + 80px)'.]
    expected: FAIL