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