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>Transform and positioned ancestor
</title>
8 <style type=
"text/css" media=
"screen">
11 border:
1px solid black;
19 background-color: gray;
20 -webkit-transform: rotate(
0);
28 background-color: red;
37 background-color: green;
44 <p>You should see a green box inside a gray box. If you see red, the test has failed.
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=18885">https://bugs.webkit.org/show_bug.cgi?id=
18885</a>
48 <div class=
"container">
49 <div class=
"box"></div>
51 <div class=
"green-box"></div>