summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/layers/perspective-relpos-image-no-display.html
blob: e9c42f47d132ab8af18ae5aaa9b9e8b2fc5d0d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<style>
img {
    position: relative;
}

a {
    -webkit-perspective: 1000;
}
</style>

<p>There should be an image below:</p>
<a>
    <img src="../../ietestcenter/css3/support/green_color_no_srgb.png"/>
</a>