Testing div with width of 100%
Testing div with width of (100% - 200px)
calc(100px / 2 * 3)
calc((100px / 2) * 3)
calc(100px / (2 * 3))