| Index: LayoutTests/fast/multicol/span/spanner-becomes-regular-block-expected.html
|
| diff --git a/LayoutTests/fast/multicol/span/spanner-becomes-regular-block-expected.html b/LayoutTests/fast/multicol/span/spanner-becomes-regular-block-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..211cb679057c595fa25f2968706b2e10d8278fc6
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/spanner-becomes-regular-block-expected.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<p>You should see the word "PASS" below.</p>
|
| +<div style="float:left;">
|
| + <div style="-webkit-columns:2; columns:2; -webkit-column-gap:0; column-gap:0; orphans:1; widows:1; background:blue;">
|
| + <div style="margin-top:0.5em;">
|
| + <div id="elm" style="margin-top:0.2em; background:yellow;">
|
| + PA<br>
|
| + <div style="height:0.5em; background:blue;"></div>
|
| + SS
|
| + </div>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|