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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback-expected.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-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback-expected.html
deleted file mode 100644
index 7cb2fd2526868e1610fbe208226b04232f96e63b..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<!DOCTYPE html>
-<div style="height: 100px; width: 200px; border: solid;position:relative">
- <div style="left:25px; bottom:0; position:absolute; height:45px; width:3em; background-color:orange"></div>
- <div style="border-bottom:solid; position:absolute; right:0px; width:100px">
- <div style="background-color:orange; float:left;margin-left:25px; width:3em;">Text</div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698