Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / calc / minmax-errors-expected.txt
1 All boxes below should be 100px * 100px and green.
2
3 MIN
4 unclosed min => PASS
5 unclosed min with garbage => PASS
6 garbage => PASS
7 extra trailing comma => PASS
8 leading comma => PASS
9 trailing garbage => PASS
10 bad expression => PASS
11 mix length and number => PASS
12 mix number and length => PASS
13 mix percent and number => PASS
14 mix number and percent => PASS
15 MAX
16 unclosed max => PASS
17 unclosed max with garbage => PASS
18 mix length and number => PASS
19 mix number and length => PASS
20 mix percent and number => PASS
21 mix number and percent => PASS