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

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

Issue 1280123004: Don't allow whitespace between elements with display:table-cell (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 4 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-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
new file mode 100644
index 0000000000000000000000000000000000000000..8f012fdda18355bd9a334147439c4dc6c99c2a5b
--- /dev/null
+++ b/LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-2-expected.html
@@ -0,0 +1,9 @@
+<!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>

Powered by Google App Engine
This is Rietveld 408576698