| Index: LayoutTests/paint/invalidation/spv2/squash-partial-repaint-inside-squashed-layer-expected.html
|
| diff --git a/LayoutTests/compositing/squashing/squash-partial-repaint-inside-squashed-layer.html b/LayoutTests/paint/invalidation/spv2/squash-partial-repaint-inside-squashed-layer-expected.html
|
| similarity index 76%
|
| copy from LayoutTests/compositing/squashing/squash-partial-repaint-inside-squashed-layer.html
|
| copy to LayoutTests/paint/invalidation/spv2/squash-partial-repaint-inside-squashed-layer-expected.html
|
| index 7c8e94da4aeecfa66d72cbfde9c02107adc24d1d..9a7eb104ba0422cb40287fc7124fa0f7edab1125 100644
|
| --- a/LayoutTests/compositing/squashing/squash-partial-repaint-inside-squashed-layer.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/squash-partial-repaint-inside-squashed-layer-expected.html
|
| @@ -33,7 +33,7 @@ transform: translatez(0);
|
| left: 260px;
|
| width: 182px;
|
| height: 29px;
|
| - background-color:red;
|
| + background-color: salmon;
|
| }
|
|
|
| .top {
|
| @@ -50,14 +50,6 @@ div:hover {
|
| }
|
|
|
| </style>
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| -<script>
|
| - function repaintTest()
|
| - {
|
| - document.getElementById('repaintdiv').style.background = 'salmon';
|
| - }
|
| - runRepaintTest();
|
| -</script>
|
| </head>
|
| <body>
|
| <div class="composited box behind"></div>
|
|
|