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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt

Issue 2692083002: Avoid unnecessary cell layout on nested percent height tables (Closed)
Patch Set: Created 3 years, 10 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/paint/invalidation/table-two-pass-layout-overpaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt
index a3de9dc125a9b85f9cf4a772b1b7e00adf558419..f4575e4d00d1a576b12c0daa4757c946abbf0c6a 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/table-two-pass-layout-overpaint-expected.txt
@@ -7,17 +7,40 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='target'",
- "rect": [61, 44, 50, 25],
+ "object": "LayoutTable TABLE",
+ "rect": [8, 106, 106, 1],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutTableCell TD",
+ "rect": [10, 104, 102, 1],
"reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [11, 45, 100, 25],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [11, 44, 50, 25],
+ "reason": "bounds change"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='target'",
+ "object": "LayoutTable TABLE",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutTableCell TD",
"reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698