| Index: LayoutTests/fast/multicol/span/add-spanner-inside-overflow-hidden-expected.html | 
| diff --git a/LayoutTests/fast/multicol/span/add-spanner-inside-overflow-hidden-expected.html b/LayoutTests/fast/multicol/span/add-spanner-inside-overflow-hidden-expected.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..5a1ae16605f4a13a965d4b5882f22d6f46004524 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/multicol/span/add-spanner-inside-overflow-hidden-expected.html | 
| @@ -0,0 +1,10 @@ | 
| +<!DOCTYPE html> | 
| +<p>Add a spanner inside a fixed-size clipped block inside a multicol container. It should not be | 
| +    affected by the clipping, since the containing block of a spanner is the multicol | 
| +    container. This also tests that we don't perform any optimized subtree layout operations | 
| +    incompatible with multicol (which would typically cause assertion failures).</p> | 
| +<p>You should see the word "PASS" below, and nothing else (no red, no "FAIL").</p> | 
| +<div style="line-height:2em;"> | 
| +    <br> | 
| +    PASS | 
| +</div> | 
|  |