| Index: LayoutTests/paint/invalidation/spv2/multicol-with-relpos-expected.html
|
| diff --git a/LayoutTests/paint/invalidation/spv2/multicol-with-relpos-expected.html b/LayoutTests/paint/invalidation/spv2/multicol-with-relpos-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e31da10185f1091049b34fae20df50aa1d2e4ba6
|
| --- /dev/null
|
| +++ b/LayoutTests/paint/invalidation/spv2/multicol-with-relpos-expected.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<div style="-webkit-columns:4; -webkit-column-gap:10px; column-fill:auto; width:630px; height:40px; color:green;">
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <div id="target" style="position:relative; left:20px; top:20px; height:20px; background:green;"></div>
|
| +</div>
|
| +<p>A green rectangle should be seen above.</p>
|
|
|