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

Unified Diff: third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan.html

Issue 2433403002: Pay attention to tall rowspanned cells in the first layout pass. (Closed)
Patch Set: rebase master 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan-alignment.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan.html
diff --git a/third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan.html b/third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan.html
new file mode 100644
index 0000000000000000000000000000000000000000..190863ecaa06b8b2f1408bc5e3024c85d4011895
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<style>
+ body { overflow:hidden; } /* Auto-overflow might make the original bug harder to reproduce. */
+</style>
+<p>The word "PASS" should be fully visible below.</p>
+<div style="columns:3; column-gap:0; column-fill:auto; width:18em; height:92px; line-height:20px; orphans:1; widows:1;">
+ <div style="height:60px;"></div>
+ <table cellpadding="0" cellspacing="0" style="width:100%;">
+ <tr>
+ <td style="width:1px;"><br></td>
+ <td rowspan="2">
+ <br><br>PASS
+ </td>
+ </tr>
+ <tr>
+ <td><div style="width:1px; height:13px; break-inside:avoid;"></div></td>
+ </tr>
+ <tr style="background:black;">
+ <td><br></td>
+ <td><br></td>
+ </tr>
+ </table>
+</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/fragmented-rowspan-alignment.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698