blob: c76f9ac1d5722ba730ce693e600586cb0b1c9f9e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.installFakeHelvetica("Helvetica2-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>