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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt

Issue 2371933003: Fix paint invalidation for composited vertical-rl having overflow (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/paint/invalidation/composited-vertical-rl-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
similarity index 56%
copy from third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
index e96e3ba0b9a2dd58998e8d4ab3fe78f3a4cffb48..e3af9a061da91cc1c3e5e9c986d7bcfefbc035ff 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/composited-table-row-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/composited-vertical-rl-overflow-expected.txt
@@ -9,15 +9,16 @@
"drawsContent": true,
"children": [
{
- "name": "LayoutTableRow TR",
- "position": [8, 8],
- "bounds": [75, 21],
+ "name": "LayoutBlockFlow (positioned) DIV id='div'",
+ "position": [50, 100],
+ "transformOrigin": [100, 50],
+ "bounds": [150, 100],
"drawsContent": true,
- "backgroundColor": "#FF0000",
+ "backgroundColor": "#0000FF",
"paintInvalidations": [
{
- "object": "LayoutTableCell TD id='target'",
- "rect": [0, 0, 38, 22],
+ "object": "LayoutBlockFlow (positioned) DIV id='div'",
+ "rect": [0, 0, 150, 100],
"reason": "style change"
}
]
@@ -27,11 +28,7 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutTableCell TD id='target'",
- "reason": "style change"
- },
- {
- "object": "RootInlineBox",
+ "object": "LayoutBlockFlow (positioned) DIV id='div'",
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698