Index: LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-3-expected.html |
diff --git a/LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-3-expected.html b/LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-3-expected.html |
deleted file mode 100644 |
index 840c9b66b394b799ece6df594f9fb20f32ae6d81..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-3-expected.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
-<style> |
-input { |
- display: table-cell; |
- width: 100px; |
- height: 100px; |
- background: blue; |
- border: none; |
- padding: 0; |
- vertical-align: bottom; |
-} |
-</style> |
-<p>crbug.com/515771: Form elements with a table cell display should not allow whitespace between them. </p> |
-<p>There should be a blue square below.</p> |
-<div style="display:table;"> |
- <input> |
-</div> |