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/fragmentation/fragmented-table-cell-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/fragmentation/fragmented-table-cell-expected.html
diff --git a/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-cell-expected.html b/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-cell-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..35006d27a71733be13903b396248f1c323432bc9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fragmentation/fragmented-table-cell-expected.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<style>
+ .cell { float:left; width:1em; }
+</style>
+<p>The word "PASS" should be seen below, with large letter
+ spacing. There should be a blue rectangle snapped to the blue
+ line. There should be no red.</p>
+<div style="width:15em; line-height:20px; border-top:1px solid blue;">
+ <div style="float:left; margin-left:6em; width:1em; height:1em; background:blue;"></div>
+ <br>
+ <br>
+ <div class="cell">P</div>
+ <div class="cell">A</div>
+ <div class="cell">S</div>
+ <div class="cell">S</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698