Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test calling on background-position property specified with calc on computed sty les. | |
| 2 | |
| 3 left calc(10% + 20) bottom calc(30 + 40%) | |
|
mithro-old
2013/10/08 05:08:11
You actually need:
left calc(10% + 20px) bottom ca
| |
| OLD | NEW |