4 <title>Comments inside calc() allowed
</title>
6 div { height:
50px; background-color: green; font-size:
50px; }
7 #t1 { width: calc(
50px +
1em) }
8 #t2 { width: calc(
50px + /* Comment allowed */
1em) }
12 <p>You should see a green square below
</p>