blob: dcd290541f97309803f82a6192edb0195f9263d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[calc-infinity-nan-computed.html]
[Property width value 'max(15px, NaN * 1px)']
bug: 1823446
expected: FAIL
[Property width value 'max(NaN * 1px, 15px)']
bug: 1823446
expected: FAIL
[Property width value 'calc(infinity * 1px + infinity * 1%)']
expected: FAIL
[Property width value 'calc(min(NaN * 1px, infinity * 1px) + max(infinity * 1px, -infinity * 1px))']
bug: 1823446
expected: FAIL
[Property animation-duration value 'calc(1 / 0 * 1s)']
expected: FAIL
|