blob: 5f7b8e1a0324a4d6504299dfdcba11305ede344b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.installFakeHelvetica("Helvetica-400");
</script>
</head>
<body>
This test makes sure that user-installed fonts which have the same name as preinstalled fonts are used instead of the preinstalled fonts. The test passes if you see a black rectangle below.
<div style="font: 400 100px 'Helvetica'; width: 96px; height: 50px; overflow: hidden; position: relative;"><div style="position: relative; top: -50px; left: -2px;">e</div></div>
</body>
</html>