Sign in
webkit
/
WebKit
/
d3fdb4cf562f20044404c4eecc48b193fcc4521c
/
.
/
LayoutTests
/
fast
/
text
/
trailing-letter-spacing-long.html
blob: c5f4caddbc2f762ae705a9014b52071834b64306 [
file
] [
log
] [
blame
]
<html>
<head>
<title></title>
<style>
div
{
font-size
:
12px
;
background-color
:
cyan
;
width
:
1000px
;
letter-spacing
:
200px
;
}
</style>
</head>
<body>
We don't yet trim trailing letter-spacing.
<div>
l e t t e r s p a c i n g
</div>
</body>
</html>