| Index: LayoutTests/fast/multicol/dynamic/insert-spanner-into-content-expected.html | 
| diff --git a/LayoutTests/fast/multicol/dynamic/insert-spanner-into-content-expected.html b/LayoutTests/fast/multicol/dynamic/insert-spanner-into-content-expected.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..d8be1a9291d2ef53c7d7b2b3583637cb8b600b86 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/multicol/dynamic/insert-spanner-into-content-expected.html | 
| @@ -0,0 +1,9 @@ | 
| +<!DOCTYPE html> | 
| +<style> | 
| +    span { display:inline-block; width:1em; } | 
| +</style> | 
| +<p>Test insertion of a spanner into column content, so that the existing column row needs to be split into two.</p> | 
| +<p>There should be three lines below with the word "PASS". Letter spacing is expected to vary.</p> | 
| +<span>P</span><span>A</span><span>S</span><span>S</span><br> | 
| +PASS<br> | 
| +<span>P</span><span>A</span><span>S</span><span>S</span><br> | 
|  |