1 This file tests legacy support for the -webkit prefixed version of calc (ie -webkit-calc()).
3 All boxes below should be 100px * 100px and green.
8 50px + 50px (2 spaces around operator) => PASS
9 150px - 50px (2 spaces around operator) => PASS
20 50px*(12 - 10) => PASS
23 50px + 10px * 5 (operation order) => PASS
24 100%/2 (where 100% is 200px) => PASS
25 100% + -100px (where 100% is 200px) => PASS
26 80% - 60px (where 100% is 200px) => PASS
27 300px - 100% (where 100% is 200px) => PASS
28 -100px + 100% (where 100% is 200px) => PASS
29 20% + 30% (where 100% is 200px) => PASS
30 80% - 30% (where 100% is 200px) => PASS
31 10% * 5 (where 100% is 200px) => PASS
32 5 * 10% (where 100% is 200px) => PASS
38 50px + 25px * 2 => PASS
39 (25px + 25px) * 2 => PASS
42 (1em - 1em) + 100px => PASS
45 -50px - -150px => PASS
46 (((((((100px))))))) => PASS