Index: LayoutTests/fast/multicol/dynamic/remove-block-from-content-before-spanner-expected.html |
diff --git a/LayoutTests/fast/multicol/dynamic/remove-block-from-content-before-spanner-expected.html b/LayoutTests/fast/multicol/dynamic/remove-block-from-content-before-spanner-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4077d6912c77c4645602e9962f94ddc4c3aa51f8 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/dynamic/remove-block-from-content-before-spanner-expected.html |
@@ -0,0 +1,9 @@ |
+<!DOCTYPE html> |
+<style> |
+ span { display:inline-block; width:1em; } |
+</style> |
+<p>Test removal of some of the column content that precedes a spanner.</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> |
+<span>P</span><span>A</span><span>S</span><span>S</span><br> |
+PASS<br> |