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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt

Issue 2147393003: Don't skip table rows when computing visual rects if the row is the ancestor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none Created 4 years, 5 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/composited-table-row-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/child-of-sub-pixel-offset-composited-layer-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
similarity index 58%
copy from third_party/WebKit/LayoutTests/fast/repaint/child-of-sub-pixel-offset-composited-layer-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
index 0475953ce843427e4c88d733ac5341efa8f62c8f..5d7e1d6220d0d65cc2dfffab112614e7b2013a3e 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/child-of-sub-pixel-offset-composited-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
@@ -9,16 +9,15 @@
"drawsContent": true,
"children": [
{
- "name": "LayoutBlockFlow (positioned) DIV class='container'",
- "position": [101, 100],
- "transformOrigin": [0, 0],
- "bounds": [14, 14],
+ "name": "LayoutTableRow TR",
+ "position": [8, 8],
+ "bounds": [69, 23],
"drawsContent": true,
"backgroundColor": "#FF0000",
"paintInvalidations": [
{
- "object": "LayoutBlockFlow (positioned) DIV id='target' class='green'",
- "rect": [-1, 0, 15, 14],
+ "object": "LayoutTableCell TD id='target'",
+ "rect": [0, 0, 35, 24],
"reason": "style change"
}
]
@@ -28,7 +27,11 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutBlockFlow (positioned) DIV id='target' class='green'",
+ "object": "LayoutTableCell TD id='target'",
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698