haikuwebkit/LayoutTests/fast/text/hanging-punctuation-variabl...

12 lines
384 B
HTML

<head>
<style>
body { font-family: 'Ahem'; color:green }
.hang { white-space: nowrap; margin:1em; border:1px solid black; float:left }
</style>
</head>
<body>
<div class="hang" style="font-size:32px"><span style="font-size:16px; margin-left:-1em">(</span>1234</div>
<div class="hang" style="font-size:32px">1234<span style="font-size:16px; margin-right:-1em">)</span></div>