| Index: LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-2-expected.html
|
| diff --git a/LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-2-expected.html b/LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-2-expected.html
|
| deleted file mode 100644
|
| index 8f012fdda18355bd9a334147439c4dc6c99c2a5b..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-2-expected.html
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| -#cell { width:200px; height: 50px; margin:0; border:none; background:green; }
|
| -</style>
|
| -<p>crbug.com/515771: Form elements with a table cell display should not allow whitespace between them. </p>
|
| -<p>There should only be green below.</p>
|
| -<div style="display:table;">
|
| - <div id="cell"></div>
|
| -</div>
|
|
|