Chromium Code Reviews| Index: LayoutTests/fast/multicol/composited-relpos.html |
| diff --git a/LayoutTests/fast/multicol/composited-relpos.html b/LayoutTests/fast/multicol/composited-relpos.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ce184af4f8fcc4ab0ac56449d5c6aadb2bebc443 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/composited-relpos.html |
| @@ -0,0 +1,15 @@ |
| +<!DOCTYPE html> |
| +<p>There should be two yellow boxes below, on a blue background.</p> |
| +<div style="-webkit-columns:2; column-fill:auto; height:13em; line-height:2em;"> |
| + <div style="will-change:transform; position:absolute; left:0; right:0; height:13em; background:blue;"></div> |
|
Julien - ping for review
2014/10/13 19:25:02
Ditto.
|
| + <br> |
| + <br> |
| + <br> |
| + <br> |
| + <div style="position:relative; margin:10px; background:yellow;"> |
| + first<br> |
| + column<br> |
| + second<br> |
| + column<br> |
| + </div> |
| +</div> |