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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/platform/linux/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
index b17c9428ab632a30eae78b823b6823ad6f42a0d7..de027bb24651b234689d5447bf44a4525587d3d8 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt
@@ -10,8 +10,8 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow BODY",
- "rect": [8, 7, 784, 21],
- "reason": "invalidate paint rectangle"
+ "rect": [8, 8, 784, 20],
+ "reason": "forced by layout"
}
],
"children": [
@@ -20,27 +20,47 @@
"position": [68, 7],
"bounds": [348, 21],
"drawsContent": true,
- "backfaceVisibility": "hidden"
+ "backfaceVisibility": "hidden",
+ "paintInvalidations": [
+ {
+ "object": "LayoutInline (relative positioned) DIV id='block'",
+ "rect": [0, 0, 348, 21],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [1, 1, 346, 19],
+ "reason": "forced by layout"
+ }
+ ]
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "InlineTextBox 'When this layer moves it shouldn't generate a repaint rect.'",
- "reason": "full"
+ "object": "LayoutBlockFlow BODY",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutInline (relative positioned) DIV id='block'",
+ "reason": "forced by layout"
},
{
"object": "InlineFlowBox",
- "reason": "full"
+ "reason": "forced by layout"
},
{
- "object": "RootInlineBox",
- "reason": "full"
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow BODY",
- "reason": "invalidate paint rectangle"
+ "object": "InlineTextBox 'When this layer moves it shouldn't generate a repaint rect.'",
+ "reason": "forced by layout"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698