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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html

Issue 2412923002: Top-align table cells in rows that cross fragmentainer boundaries. (Closed)
Patch Set: Let's keep the pagination strut substraction thing a bit longer, since removing it affects some DRT… Created 4 years, 2 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: third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html b/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html
deleted file mode 100644
index 1df68b68fd72b869fdaeab323b99917bddc9d3f7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<style>
- body { overflow: hidden; } /* Disable auto-scrollbars, to hide crbug.com/534751 */
-</style>
-<div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webkit-column-gap:0; columns:2; column-gap:0; column-fill:auto;">
- <div style="height: 55px;"></div>
- <table cellspacing=0 cellpadding=0>
- <tr>
- <td><div style="height: 50px; width: 25px;"></div></td>
- <td style="width:3em; background-color: orange;" valign=bottom>Text</td>
- </tr>
- </table>
- <div style="border-top: solid;"></div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698