| Index: LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html
|
| diff --git a/LayoutTests/paint/invalidation/spv2/margin-expected.html b/LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html
|
| similarity index 68%
|
| copy from LayoutTests/paint/invalidation/spv2/margin-expected.html
|
| copy to LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html
|
| index baf43bfc31328347f073dedbcedb85721ba34979..f460c439aa8d6e56a8ad5a0826d6e0c0daf5df11 100644
|
| --- a/LayoutTests/paint/invalidation/spv2/margin-expected.html
|
| +++ b/LayoutTests/css3/filters/effect-reference-obb-dimensions-expected.html
|
| @@ -1,14 +1,16 @@
|
| -<!DOCTYPE HTML>
|
| +<!DOCTYPE html>
|
| <style>
|
| body {
|
| margin: 0;
|
| + padding: 0;
|
| }
|
| -div {
|
| +#target {
|
| + position: absolute;
|
| + left: 20px;
|
| + top: 20px;
|
| width: 100px;
|
| height: 100px;
|
| - position: absolute;
|
| background-color: green;
|
| - margin: 20px;
|
| }
|
| </style>
|
| <div id="target"></div>
|
|
|