Index: LayoutTests/fast/multicol/dynamic/insert-spanner-before-content-expected.html |
diff --git a/LayoutTests/fast/multicol/dynamic/insert-spanner-before-content-expected.html b/LayoutTests/fast/multicol/dynamic/insert-spanner-before-content-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a57f345b2dc5fcdb2b6ebe54e87af65af8f33e47 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/dynamic/insert-spanner-before-content-expected.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<style> |
+ .ref span { display:inline-block; width:1em; } |
+</style> |
+<p>Test insertion of a spanner before 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 style="color:blue;">PASS</div> |
+<div class="ref" style="color:olive;"> |
+ <span>P</span><span>A</span><span>S</span><span>S</span> |
+</div> |