summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/layers/perspective-inline-no-display.html
blob: a2f096b0421000d69973145a05eb2903860ad3dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<style>
html {
    font: 16px/1 Ahem;
}

a, img {
    transform: perspective(2000px);
}
</style>
<p>There should be an image below:</p>
<a><img src="../../ietestcenter/css3/support/green_color_no_srgb.png"/></a>