[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / ManualTests / qt / tap-highlighting-images.html
1 <body style="background-color: green">
2     <p>Two anchors, one around a pure image, the other around an image embedded in a div.</p>
3
4     <a href=""><img src="../resources/apple.jpg"></a>
5     <a href=""><div style="background-color: blue;"><img style="display: block; margin-left: auto; margin-right: auto;" src="../resources/apple.jpg"></div></a>
6 </body>