Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / letter-spacing-negative-opacity.html
blobdbecd6f96c1d87f44b6fd54af5df783d1efb514c
1 <html>
2 <head>
3 <title>Letter Spacing Test</title>
4 <style type="text/css">
6 div {
7 position: absolute;
8 font-size: 140px;
9 letter-spacing: -40px;
10 border: 1px solid red;
11 opacity: 0.5;
14 </style>
15 </head>
16 <body>
18 <div>Testing the bug</div>
20 </body>
21 </html>