summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/css3/calc/minmax-errors-expected.txt
blob: 5d5707fa9c422737050a47d22c34a281ed7a3fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
All boxes below should be 100px * 100px and green.

MIN
unclosed min => PASS
unclosed min with garbage => PASS
garbage => PASS
extra trailing comma => PASS
leading comma => PASS
trailing garbage => PASS
bad expression => PASS
mix length and number => PASS
mix number and length => PASS
mix percent and number => PASS
mix number and percent => PASS
MAX
unclosed max => PASS
unclosed max with garbage => PASS
mix length and number => PASS
mix number and length => PASS
mix percent and number => PASS
mix number and percent => PASS