Index: LayoutTests/fast/multicol/dynamic/remove-block-from-content-between-spanners-expected.html |
diff --git a/LayoutTests/fast/multicol/dynamic/remove-block-from-content-between-spanners-expected.html b/LayoutTests/fast/multicol/dynamic/remove-block-from-content-between-spanners-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2ec7c4c84bd5de1f65a4a2f3c18e7644fe3844be |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/dynamic/remove-block-from-content-between-spanners-expected.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<style> |
+ span { display:inline-block; width:1em; } |
+</style> |
+<p>Test removal of some of the column content that's between two spanners.</p> |
+<p>There should be four 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> |
+<span>P</span><span>A</span><span>S</span><span>S</span><br> |
+PASS<br> |