4 -webkit-transition: transform
50ms;
7 transform: translate(calc(
10% +
10px));
11 <p>Bug
<a href=
"https://crbug.com/261474">http://crbug.com/
261474</a>: Dereference null pointer crash in Length::decrementCalculatedRef()
</p>
12 <p>The test passes if it does not crash.
</p>
17 if (window
.testRunner
)
18 testRunner
.dumpAsText();
20 document
.getElementById("div1").style
.transform
= "translate(calc(10% + 20px))";
21 document
.getElementById("div2").style
.transform
= "none";