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

Unified Diff: LayoutTests/fast/table/whitespace-in-anonymous-table-cells.html

Issue 1343443002: Revert "Allow whitespace inside anonymous table cells" from M45 (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-in-anonymous-table-cells.html
diff --git a/LayoutTests/fast/table/whitespace-in-anonymous-table-cells.html b/LayoutTests/fast/table/whitespace-in-anonymous-table-cells.html
deleted file mode 100644
index ef6af9d15533a29ad61e5b5fc9485fbe9f5f1332..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/table/whitespace-in-anonymous-table-cells.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<style>
-.ib {
- display: inline-block;
- width: 300px;
- background:red;
-}
-</style>
-<p> crbug.com/473832: Allow whitespace between the children of anonymous table cells. </p>
-<div style="display:table; width:700px;">
- <div class="ib">There should be whitespace</div>
- <div class="ib">between the two red rectangles.</div>
-</div>
-<div style="display:table; width:700px;">
- <div style="display:table-row;">
- <div class="ib">There should be whitespace</div>
- <div class="ib">between the two red rectangles.</div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698