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

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

Issue 2700183003: Revert of Avoid pathological 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 f4575e4d00d1a576b12c0daa4757c946abbf0c6a..a3de9dc125a9b85f9cf4a772b1b7e00adf558419 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,40 +7,17 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutTable TABLE",
- "rect": [8, 106, 106, 1],
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [61, 44, 50, 25],
"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": "LayoutTable TABLE",
+ "object": "LayoutBlockFlow DIV id='target'",
"reason": "incremental"
- },
- {
- "object": "LayoutTableCell TD",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow DIV id='target'",
- "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698