Index: LayoutTests/fast/multicol/dynamic/insert-spanner-after-content-expected.html |
diff --git a/LayoutTests/fast/multicol/dynamic/insert-spanner-after-content-expected.html b/LayoutTests/fast/multicol/dynamic/insert-spanner-after-content-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..37bc527651030844f2bae28d72294a489ee41afe |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/dynamic/insert-spanner-after-content-expected.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<style> |
+ .ref span { display:inline-block; width:1em; } |
+</style> |
+<p>Test insertion of a spanner after column content.</p> |
+<p>There should be two lines below with the word "PASS". Letter spacing is expected to |
+vary. The first word should be in <span style="color:blue;">blue</span>. The second one |
+in <span style="color:olive;">olive</span>.</p> |
+<div class="ref" style="color:blue;"> |
+ <span>P</span><span>A</span><span>S</span><span>S</span> |
+</div> |
+<div style="color:olive;">PASS</div> |