Sign in
webkit
/
WebKit
/
b0d7f9b249dd6483d6c7bc4f13c440c0842b7127
/
.
/
LayoutTests
/
fast
/
text
/
letter-spacing-negative-opacity.html
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>