blob: 8ad458e3842dbcf16ac9fc32d863b00ed742c8e3 [file] [log] [blame]
<script>
if (window.layoutTestController)
layoutTestController.overridePreference("WebKitMinimumFontSize", "12");
</script>
<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>
<div style="font-size:0px; color:red">FAIL</div>
<div style="font-size:0%; color:red">FAIL</div>