| Index: LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-opacity-expected.html
|
| diff --git a/LayoutTests/animations/insert-composited-animation-expected.html b/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-opacity-expected.html
|
| similarity index 54%
|
| copy from LayoutTests/animations/insert-composited-animation-expected.html
|
| copy to LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-opacity-expected.html
|
| index 5d963b71e60c5c3a6023ea8c2078addf9aa75d9a..8cac59a0690e3ab4c3c8d23b6c4caa975a7f82b5 100644
|
| --- a/LayoutTests/animations/insert-composited-animation-expected.html
|
| +++ b/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-opacity-expected.html
|
| @@ -1,11 +1,10 @@
|
| <!DOCTYPE html>
|
| <style>
|
| -div {
|
| - position: absolute;
|
| +#composited-box {
|
| width: 100px;
|
| height: 100px;
|
| background: green;
|
| - transform: translate(50px, 50px);
|
| + opacity: 0.5;
|
| }
|
| </style>
|
| -<div></div>
|
| +<div id="composited-box"></div>
|
|
|