tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / color-correction-on-text.html
1 <html>
2 <style>
3     .text {
4         color:green;
5         font-size:150px;
6         font-weight:bold;
7     }
8 </style>
9 <body>
10
11     <p>The distinction below is subtle, but the middle "H" is color-corrected, and the first and last are not. 
12     </p>
13
14     <span class="text">H</span>
15     <span class="text" style="-webkit-color-correction:sRGB;">H</span>
16     <span class="text">H</span>
17
18 </body>
19 </html>