Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / calc / simple-calcs-prefixed-expected.txt
blob8117675e267fb7bcce41c3fd95876f96d3a2b98a
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.
5 control => PASS
6 50px + 50px => PASS
7 150px - 50px => PASS
8 50px + 50px (2 spaces around operator) => PASS
9 150px - 50px (2 spaces around operator) => PASS
10 50px*2 => PASS
11 50px *2 => PASS
12 50px* 2 => PASS
13 200px/2 => PASS
14 200px /2 => PASS
15 200px/ 2 => PASS
16 50px*(2) => PASS
17 50px *(2) => PASS
18 50px* (2) => PASS
19 50px*(1 + 1) => PASS
20 50px*(12 - 10) => PASS
21 50px*(10 / 5) => PASS
22 10px* (5 * 2) => 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
33 (100px) => PASS
34 (50px + 50px) => PASS
35 (50px) + 50px => PASS
36 50px + (50px) => PASS
37 50px + 50px => PASS
38 50px + 25px * 2 => PASS
39 (25px + 25px) * 2 => PASS
40 2 * 50px => PASS
41 2 * 100px / 2 => PASS
42 (1em - 1em) + 100px => PASS
43 50px + +50px => PASS
44 -50px + 150px => PASS
45 -50px - -150px => PASS
46 (((((((100px))))))) => PASS
47 100px => PASS
48 100% * 2 => PASS