Index: LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-4.html |
=================================================================== |
--- LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-4.html (revision 202157) |
+++ LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-4.html (working copy) |
@@ -1,12 +0,0 @@ |
-<!DOCTYPE html> |
-<p>crbug.com/515771: Form elements with a table cell display should not interfere with allowing whitespace between adjacent siblings. </p> |
-<p>There should be two words (with space between them) below.</p> |
-<script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
-</script> |
-<div style="display:table;"> |
- <input style="display:table-cell; background:transparent; border:none;"> |
- <span>two</span> |
- <span>words</span> |
-</div> |