summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/layers/transform-inline-no-display.html
blob: 589e85fc8b1ebe2df8eb3fd11598bf4a8b88290b (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<style>
span, img {-webkit-transform:translateZ(0) }
</style>
<p>There should be an image below:</p>
<span>
    <img src="../../ietestcenter/css3/support/green_color_no_srgb.png"/>
</span>