14 This should be
40px tall.
19 if (window
.testRunner
)
20 testRunner
.dumpAsText();
22 // Can't use js-test.js since it causes style recalcs which make this test not
23 // test the bug with calling styleForElement inside Document::inheritHtmlAndBodyElementStyles.
24 var result
= document
.getElementById("result");
25 if (getComputedStyle(document
.body
).fontSize
=== "40px")
26 result
.textContent
= "PASS";
28 result
.textContent
= "FAIL";