Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / zero-font-size.html
blobf564c599a8618e3ff9cae8c029817fa684f771d5
1 <script>
2 if (window.testRunner)
3 testRunner.overridePreference("WebKitMinimumFontSize", "12");
4 </script>
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>