blob: dbecd6f96c1d87f44b6fd54af5df783d1efb514c [file] [log] [blame]
<html>
<head>
<title>Letter Spacing Test</title>
<style type="text/css">
div {
position: absolute;
font-size: 140px;
letter-spacing: -40px;
border: 1px solid red;
opacity: 0.5;
}
</style>
</head>
<body>
<div>Testing the bug</div>
</body>
</html>