| Index: LayoutTests/fast/multicol/nested-fixed-height-with-struts-expected.html
|
| diff --git a/LayoutTests/fast/multicol/nested-fixed-height-with-struts-expected.html b/LayoutTests/fast/multicol/nested-fixed-height-with-struts-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2c0f2dea1518904511b5cef9d561d7bbcef8ce7b
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/nested-fixed-height-with-struts-expected.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| + .box { display:inline-block; width:1em; height:4em; background:blue; }
|
| +</style>
|
| +<p>There should be a blue square below.</p>
|
| +<div style="line-height:5em;">
|
| + <br>
|
| + <div style="display:inline-block; width:1em; width:4em; height:4em; background:blue;"></div>
|
| +</div>
|
|
|