blob: 7c75836464dc063fe5504f8a40fd33df7fdc1d01 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<head>
<style>
div {
font: expanded 48px 'Apple Chancery';
white-space: pre-wrap;
white-space: nowrap;
display: inline-block;
background: green;
}
</style>
</head>
<body>
This test makes sure that newline characters have the same widths as space characters. We're using Apple Chancery here because the font its newline character is much wider than its space character.
<p><div>
a
b
c
d
e</div></p>
</body>
</html>