| Index: LayoutTests/fast/multicol/span/pseudo-before-after-expected.html
|
| diff --git a/LayoutTests/fast/multicol/span/pseudo-before-after-expected.html b/LayoutTests/fast/multicol/span/pseudo-before-after-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2af3542f05c7e58d1817aeaad9b8312b2ff03100
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/span/pseudo-before-after-expected.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<p>There should be three rectangles with identical sizes below. The first and third one
|
| + should be yellow with some dots inside. The second one should be blue with nothing
|
| + inside.</p>
|
| +<div style="line-height:100px; background:blue;">
|
| + <div style="background:yellow;">..........</div>
|
| +
|
| + <div style="background:yellow;">..........</div>
|
| +</div>
|
|
|