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

Unified Diff: third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-break-inside-on-thead-only-expected.txt

Issue 2366193002: Fix paint invalidation rects for repeating paginated table headers. (Closed)
Patch Set: Created 4 years, 3 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-line-cells-repeating-thead-break-inside-on-thead-only-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-block-expected.txt b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-break-inside-on-thead-only-expected.txt
similarity index 69%
copy from third_party/WebKit/LayoutTests/fast/repaint/multicol-with-block-expected.txt
copy to third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-break-inside-on-thead-only-expected.txt
index c4e33c4f4cc1029ec917abe13cb9802c22554645..94eb3aa3d6ee4275ac341d6ea60a2a78cb255e84 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-block-expected.txt
+++ b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-break-inside-on-thead-only-expected.txt
@@ -1,21 +1,21 @@
{
"name": "Content Root Layer",
- "bounds": [800, 600],
+ "bounds": [1059, 585],
"children": [
{
"name": "LayoutView #document",
- "bounds": [800, 600],
+ "bounds": [1059, 585],
"contentsOpaque": true,
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='target'",
- "rect": [488, 8, 150, 20],
+ "object": "LayoutTableCell TH id='target'",
+ "rect": [8, 72, 839, 190],
"reason": "style change"
},
{
"object": "LayoutText #text",
- "rect": [488, 8, 80, 20],
+ "rect": [10, 72, 835, 190],
"reason": "style change"
}
]
@@ -23,7 +23,7 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='target'",
+ "object": "LayoutTableCell TH id='target'",
"reason": "style change"
},
{
@@ -35,7 +35,7 @@
"reason": "style change"
},
{
- "object": "InlineTextBox 'PASS'",
+ "object": "InlineTextBox 'Col 1'",
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698