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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fragmentation/single-large-cell-with-header-expected.txt

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/platform/linux/fragmentation/single-large-cell-with-header-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fragmentation/single-large-cell-with-header-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fragmentation/single-large-cell-with-header-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a1ea5905f531d2672ba66694413abe7ddf444c3d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/linux/fragmentation/single-large-cell-with-header-expected.txt
@@ -0,0 +1,31 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x165
+ LayoutBlockFlow {HTML} at (0,0) size 800x165
+ LayoutBlockFlow {BODY} at (8,16) size 784x141
+ LayoutBlockFlow {P} at (0,0) size 784x20
+ LayoutText {#text} at (0,0) size 543x19
+ text run at (0,0) width 543: "crbug.com/669690: If the body's first row doesn't fit on a page then stil repeat headers."
+layer at (8,52) size 784x105
+ LayoutBlockFlow {DIV} at (0,36) size 784x105 [bgcolor=#FFFF00]
+ LayoutMultiColumnSet (anonymous) at (0,0) size 784x105
+layer at (8,52) size 251x169
+ LayoutMultiColumnFlowThread (anonymous) at (0,0) size 250.66x169
+ LayoutTable {TABLE} at (0,0) size 44x169
+ LayoutTableSection {THEAD} at (0,0) size 44x26
+ LayoutTableRow {TR} at (0,2) size 44x22
+ LayoutTableCell {TH} at (2,2) size 40x22 [bgcolor=#DDDDDD] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+ LayoutText {#text} at (2,1) size 36x19
+ text run at (2,1) width 36: "Col 1"
+ LayoutTableSection {TBODY} at (0,26) size 44x143
+ LayoutTableRow {TR} at (0,0) size 44x141
+ LayoutTableCell {TD} at (2,0) size 40x141 [bgcolor=#DDDDDD] [border: (1px solid #000000)] [r=0 c=0 rs=1 cs=1]
+ LayoutBlockFlow {P} at (2,18) size 36x18
+ LayoutText {#text} at (0,-1) size 8x19
+ text run at (0,-1) width 8: "1"
+ LayoutBlockFlow {P} at (2,52) size 36x18
+ LayoutText {#text} at (0,-1) size 8x19
+ text run at (0,-1) width 8: "2"
+ LayoutBlockFlow {P} at (2,105) size 36x18
+ LayoutText {#text} at (0,-1) size 8x19
+ text run at (0,-1) width 8: "3"

Powered by Google App Engine
This is Rietveld 408576698