3 This test creates a scenario where we attempt to squash into a layer that
4 paints into its composited ancestor. This should not crash.
6 It also happens that we shouldn't promote |container| in this case as its
7 composited descendants are invisible, but that's a separate bug. See,
12 transform: translateZ(
0);
20 transform: translateZ(
0);
24 -webkit-perspective:
1400px;
28 background: papayawhip;
37 transform: translateZ(
10px);
48 <div id=
"overlapper"></div>
50 <div id=
"composited"></div>
52 <div id=
"squashed"></div>
53 THIS TEST PASSES IF IT DOES NOT CRASH