| Index: LayoutTests/fast/multicol/table-cell-content-change-expected.html
|
| diff --git a/LayoutTests/fast/multicol/table-cell-content-change-expected.html b/LayoutTests/fast/multicol/table-cell-content-change-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..651492e98943b9a586f16066032c8d77ff6b351a
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/table-cell-content-change-expected.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Changing the contents of a table cell, increasing column height</title>
|
| + </head>
|
| + <body>
|
| + <p>You should see the text "first column" once in the first column, and the text "second
|
| + column" twice in the second column.</p>
|
| + <div style="-webkit-columns:2; columns:2; x-webkit-column-rule:1px solid; xcolumn-rule:1px solid; orphans:1; widows:1; xbackground:yellow;"> <!-- FIXME: should ideally paint background and column rules here, to measure the column height, but the balancing machinery in the old multicol implementation doesn't do it properly. -->
|
| + first column<br>
|
| + <br>
|
| + second column<br>
|
| + second column
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|