| Index: LayoutTests/paint/invalidation/spv2/invalidation-for-subpixel-offset-of-squashed-layer-expected.html
|
| diff --git a/LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer.html b/LayoutTests/paint/invalidation/spv2/invalidation-for-subpixel-offset-of-squashed-layer-expected.html
|
| similarity index 55%
|
| copy from LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer.html
|
| copy to LayoutTests/paint/invalidation/spv2/invalidation-for-subpixel-offset-of-squashed-layer-expected.html
|
| index 56c4911b19b6c8f4a3cd8a4a497eb6fc7177a914..b87563cd81c0b5826f7bf45b4b5f6f721a0fc689 100644
|
| --- a/LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/invalidation-for-subpixel-offset-of-squashed-layer-expected.html
|
| @@ -3,12 +3,4 @@
|
| <div style="position: absolute; width: 200px; height: 200px; background: lightgray; will-change: transform"></div>
|
|
|
| <div style="position: absolute; width: 200px; height: 200px; top: 50px; left: 50px; background: lightblue"></div>
|
| -<div id="target" style="position: absolute; width: 200px; height: 200px; top: 100.45px; left: 100.45px; background: papayawhip"></div>
|
| -
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| -<script>
|
| -function repaintTest() {
|
| - target.style.backgroundColor = 'red';
|
| -}
|
| -runRepaintTest();
|
| -</script>
|
| +<div id="target" style="position: absolute; width: 200px; height: 200px; top: 100.45px; left: 100.45px; background: red"></div>
|
|
|