4 <script type=
"text/javascript">
9 testRunner
.dumpAsText();
10 var pre
= document
.querySelector('pre');
11 pre
.style
.backgroundPosition
= 'left calc(10% + 20px) bottom calc(30px + 40%)';
12 pre
.innerText
+= getComputedStyle(pre
).backgroundPosition
;
16 <body onload=
"runTests();">
17 <p>Test calling on background-position property specified with calc on computed styles.
</p>
18 <pre id=
"console"></pre>