| Index: LayoutTests/fast/multicol/dynamic/spanner-becomes-regular-block-expected.html
|
| diff --git a/LayoutTests/fast/multicol/dynamic/spanner-becomes-regular-block-expected.html b/LayoutTests/fast/multicol/dynamic/spanner-becomes-regular-block-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9e165dc8f9d71e8ee079e4d4ac7f94235683e14b
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/dynamic/spanner-becomes-regular-block-expected.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| + span { display:inline-block; width:1em; }
|
| +</style>
|
| +<p>Test changing a spanner inside a block to a regular block.</p>
|
| +<p>Below you should see a blue line above the word "PASS" on a yellow background. Wide letter spacing is expected.</p>
|
| +<div style="width:4em; border-top:0.5em solid blue; background:yellow;">
|
| + <span>P</span><span>A</span><span>S</span><span>S</span><br>
|
| +</div>
|
|
|