tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / color-correction-on-backgrounds.html
1 <html>
2 <body>
3
4 <p>These should match:</p>
5 <div style="background-color:#560063; width:100px; height:100px; -webkit-color-correction:sRGB; float:left;"></div>
6 <img src="resources/purple-srgb.png"/>
7
8 <br/>
9 <p>These should not match (at this time):</p>
10 <div style="background-color:#560063; width:100px; height:100px; -webkit-color-correction:default; float:left;"></div>
11 <img src="resources/purple-srgb.png"/>
12
13 </body>
14 </html>