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

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

Issue 1338853002: Revert 202146 "Don't allow whitespace between elements with disp..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2454/
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-expected.html
===================================================================
--- LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-expected.html (revision 202157)
+++ LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-expected.html (working copy)
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<style>
-input,button{
- display: table-cell;
- height:24px;
-}
-input{
- border-width:1px 0 1px 1px;
- padding: 0 5px;
- width:196px;
-}
-button{
- width:27px;
-}
-.inner{
- display: table;
-}
-</style>
-<div class="container">
- <div class="inner" data-expected-height=31>
- <input type="text">
- <button></button>
- </div>
-</div>
-<p>crbug.com/515771: Form elements with a table cell display should not allow whitespace between them. </p>

Powered by Google App Engine
This is Rietveld 408576698