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

Unified Diff: LayoutTests/fast/forms/button-table-styles.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/forms/button-table-styles.html
diff --git a/LayoutTests/fast/forms/button-table-styles.html b/LayoutTests/fast/forms/button-table-styles.html
index c188dec3ba7ca1a70e6d578158a87f25d607c66e..7ef1027c5cd5ebe3cc0732c18e61332dec661c2c 100644
--- a/LayoutTests/fast/forms/button-table-styles.html
+++ b/LayoutTests/fast/forms/button-table-styles.html
@@ -1,4 +1,4 @@
-This tests that buttons don't honor table display styles.
+This tests that buttons do not allow table display styles except for display:table-cell.
<br>
<input type="button" value="display: table" style="display: table;">
<input type="button" value="display: table" style="display: table;">

Powered by Google App Engine
This is Rietveld 408576698