| Index: LayoutTests/compositing/squashing/squashing-into-ancestor-painted-layer-expected.html
|
| diff --git a/LayoutTests/compositing/ancestor-painted-layer-should-appear-expected.html b/LayoutTests/compositing/squashing/squashing-into-ancestor-painted-layer-expected.html
|
| similarity index 92%
|
| copy from LayoutTests/compositing/ancestor-painted-layer-should-appear-expected.html
|
| copy to LayoutTests/compositing/squashing/squashing-into-ancestor-painted-layer-expected.html
|
| index afb764a1ac638d3d9cdf459ad10db18aa31482c5..c537c6da2597339d436a146ba4031a0c455fc234 100644
|
| --- a/LayoutTests/compositing/ancestor-painted-layer-should-appear-expected.html
|
| +++ b/LayoutTests/compositing/squashing/squashing-into-ancestor-painted-layer-expected.html
|
| @@ -14,7 +14,6 @@ body {
|
|
|
| #container {
|
| -webkit-perspective: 1400px;
|
| - -webkit-transform: translateZ(0);
|
| position: absolute;
|
| width: 180px;
|
| height: 180px;
|
| @@ -24,14 +23,15 @@ body {
|
| #composited {
|
| width: 100px;
|
| height: 100px;
|
| + left: 200px;
|
| background: green;
|
| position: absolute;
|
| -webkit-transform: translateZ(10px);
|
| + visibility: hidden;
|
| }
|
|
|
| #squashed {
|
| position: absolute;
|
| - left: 200px;
|
| width: 50px;
|
| height: 50px;
|
| background: blue;
|
| @@ -42,4 +42,4 @@ body {
|
| <div id="composited"></div>
|
| </div>
|
| <div id="squashed"></div>
|
| -
|
| +THIS TEST PASSES IF IT DOES NOT CRASH
|
|
|