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

Unified Diff: third_party/WebKit/LayoutTests/fragmentation/single-cell-repeating-thead-break-inside-avoid-content-expected.html

Issue 2882043002: Update our treatment of repeating headers in tables (Closed)
Patch Set: bug 720620 Created 3 years, 7 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/single-cell-repeating-thead-break-inside-avoid-content-expected.html
diff --git a/third_party/WebKit/LayoutTests/fragmentation/single-cell-repeating-thead-break-inside-avoid-content-expected.html b/third_party/WebKit/LayoutTests/fragmentation/single-cell-repeating-thead-break-inside-avoid-content-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f33969849c44d46fff22a9732d689ee441a15088
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fragmentation/single-cell-repeating-thead-break-inside-avoid-content-expected.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<p>crbug.com/720620: Break-inside avoid content doesn't overlap with repeating headers.</p>
+<div style="columns:2; line-height:20px; column-fill:auto; height:100px; orphans:1; widows:1; background:yellow;">
+ <table cellspacing="0" cellpadding="0" style="background:pink;">
+ <tbody>
+ <tr>
+ <th>repeated header</th>
+ </tr>
+ <tr>
+ <td>
+ <div>
+ line1<br>
+ line2<br>
+ line3<br><br>
+ </div>
+ </td>
+ </tr>
+ <tr>
+ <th>repeated header</th>
+ </tr>
+ <td>
+ <div>
+ <div style="break-inside:avoid;">
+ line4<br>
+ line5<br>
+ line6<br>
+ </div>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+</div>

Powered by Google App Engine
This is Rietveld 408576698