| Index: LayoutTests/fast/multicol/composited-inner-multicol.html
|
| diff --git a/LayoutTests/fast/multicol/composited-inner-multicol.html b/LayoutTests/fast/multicol/composited-inner-multicol.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..027317df394d816530b3c4d4d30e995396d98db1
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/composited-inner-multicol.html
|
| @@ -0,0 +1,19 @@
|
| +<!DOCTYPE html>
|
| +<p>Below you should see the word 'PASS' (with some extra letter spacing), on a yellow background
|
| + (which should be a bit faded near the top).</p>
|
| +<div style="position:absolute; will-change:transform; left:15em; width:7em; height:3.3em; opacity:0.8; background:white;"></div>
|
| +<div style="-webkit-columns:2; -webkit-column-gap:0; width:30em; line-height:2em; orphans:1; widows:1;">
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <br>
|
| + <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em; margin:0.5em; padding:0.5em; background:yellow;">
|
| + P<br>
|
| + <div style="position:relative;">
|
| + A<br>
|
| + S<br>
|
| + </div>
|
| + S<br>
|
| + </div>
|
| +</div>
|
|
|