Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
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>