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

Side by Side Diff: LayoutTests/fast/table/whitespace-between-elements-with-table-cell-display-4.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>crbug.com/515771: Form elements with a table cell display should not interfer e with allowing whitespace between adjacent siblings. </p>
3 <p>There should be two words (with space between them) below.</p>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 </script>
8 <div style="display:table;">
9 <input style="display:table-cell; background:transparent; border:none;">
10 <span>two</span>
11 <span>words</span>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698