| Index: LayoutTests/fast/multicol/dynamic/insert-block-before-spanner-before-content-expected.html
|
| diff --git a/LayoutTests/fast/multicol/dynamic/insert-block-before-spanner-before-content-expected.html b/LayoutTests/fast/multicol/dynamic/insert-block-before-spanner-before-content-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9d6ed1412a3b7860c155b4f03ef87f5d4c10521b
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/dynamic/insert-block-before-spanner-before-content-expected.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| + span { display:inline-block; width:1em; }
|
| +</style>
|
| +<p>Test insertion of column content right in front of a spanner that is followed by more column content.</p>
|
| +<p>There should be two 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>
|
|
|