3 <title>Transform in an empty container test.
</title>
4 <style type=
"text/css">
6 transform: translateZ
(0);
13 transform: matrix3d
(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
19 background-color: green
;
26 <script type=
"text/javascript">
27 if (window
.testRunner
) {
28 testRunner
.dumpAsTextWithPixelResults();
36 This div has a height, and is transformed to flip things inside it along the Y axis.
37 While it does not have a width, overflow contents need to be transformed based on its height still.
39 <div class=
"abs empty-transform">
40 <div class=
"composited green box"></div>