Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-2.html

Issue 1338803003: Revert of Don't allow whitespace between elements with display:table-cell (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-2.html
diff --git a/LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-2.html b/LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-2.html
deleted file mode 100644
index 6314249fb410fae649a70af6c3b5115b9bc740de..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-2.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<style>
-input { display:table-cell; width:50px; height: 50px; margin:0; border:none; padding: 0; background:transparent; }
-</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 style="display:table-column; background:green;"></div>
- <div style="display:table-column; background:red;"></div>
- <div style="display:table-column; background:salmon;"></div>
- <div style="display:table-column; background:red;"></div>
- <input>
- <input>
- <input>
- <input>
-</div>

Powered by Google App Engine
This is Rietveld 408576698