| Index: LayoutTests/fast/table/whitespace-in-anonymous-table-cells-expected.html
|
| diff --git a/LayoutTests/fast/table/whitespace-in-anonymous-table-cells-expected.html b/LayoutTests/fast/table/whitespace-in-anonymous-table-cells-expected.html
|
| deleted file mode 100644
|
| index 896295b69fddc7cdc9cbe8a82d43a35da3655ba4..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/table/whitespace-in-anonymous-table-cells-expected.html
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| -.ib {
|
| - display: inline-block;
|
| - width: 300px;
|
| - background:red;
|
| -}
|
| -</style>
|
| -<p> crbug.com/473832: Allow whitespace between the children of anonymous table cells. </p>
|
| -<div style="display:table; width:700px;">
|
| - <div style="display:table-row;">
|
| - <div style="display:table-cell;">
|
| - <div class="ib">There should be whitespace</div>
|
| - <div class="ib">between the two red rectangles.</div>
|
| - </div>
|
| - </div>
|
| -</div>
|
| -<div style="display:table; width:700px;">
|
| - <div style="display:table-row;">
|
| - <div style="display:table-cell;">
|
| - <div class="ib">There should be whitespace</div>
|
| - <div class="ib">between the two red rectangles.</div>
|
| - </div>
|
| - </div>
|
| -</div>
|
|
|