3 testRunner
.overridePreference("WebKitMinimumFontSize", "12");
5 <p>Test that text with
0px font size is not displayed, even if a non-zero minimum font size setting is specified. On success, this paragraph should be the only text visible on the page.
</p>
6 <div style=
"font-size:0px; color:red">FAIL
</div>
7 <div style=
"font-size:0%; color:red">FAIL
</div>