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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt

Issue 2157243002: Add in row offset if self-composited. (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/invalidate-cell-in-row-with-offset-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/composited-table-row-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt
similarity index 53%
copy from third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/composited-table-row-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt
index 5d7e1d6220d0d65cc2dfffab112614e7b2013a3e..97f9df0331fd8cd115beb399516d263cd75602c7 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/composited-table-row-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-cell-in-row-with-offset-expected.txt
@@ -10,14 +10,28 @@
"children": [
{
"name": "LayoutTableRow TR",
- "position": [8, 8],
- "bounds": [69, 23],
+ "position": [8, 18],
+ "bounds": [234, 0],
"drawsContent": true,
- "backgroundColor": "#FF0000",
+ "backgroundColor": "#0000FF"
+ },
+ {
+ "name": "LayoutTableRow TR",
+ "position": [8, 28],
+ "bounds": [234, 102],
+ "drawsContent": true,
+ "backgroundColor": "#0000FF"
+ },
+ {
+ "name": "LayoutTableRow TR class='shadow-inset'",
+ "position": [8, 140],
+ "bounds": [234, 102],
+ "drawsContent": true,
+ "backgroundColor": "#0000FF",
"paintInvalidations": [
{
"object": "LayoutTableCell TD id='target'",
- "rect": [0, 0, 35, 24],
+ "rect": [10, 0, 102, 102],
"reason": "style change"
}
]
@@ -29,10 +43,6 @@
{
"object": "LayoutTableCell TD id='target'",
"reason": "style change"
- },
- {
- "object": "RootInlineBox",
- "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698