1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
7 <title>Opacity-Transform Clipping
</title>
9 <style type=
"text/css" media=
"screen">
16 outline:
1px solid black;
23 outline:
12px solid blue;
24 transform: translate(
50px,
50px);
31 background-color: green;
40 background-color: red;
48 <p><a href=
"https://bugs.webkit.org/show_bug.cgi?id=22026">https://bugs.webkit.org/show_bug.cgi?id=
22026</a></p>
49 <p>Test that elements with transform and opacity on a parent are not clipped. You should see no red below.
</p>
50 <div class=
"container">
52 <div class=
"inner"></div>