repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
letter-spacing-negative-opacity.html
blob
dbecd6f96c1d87f44b6fd54af5df783d1efb514c
1
<html>
2
<head>
3
<title>
Letter Spacing Test
</title>
4
<style
type
=
"text/css"
>
5
6
div
{
7
position
:
absolute
;
8
font-size
:
140px
;
9
letter-spacing
: -
40px
;
10
border
:
1px
solid red
;
11
opacity
:
0.5
;
12
}
13
14
</style>
15
</head>
16
<body>
17
18
<div>
Testing the bug
</div>
19
20
</body>
21
</html>