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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt

Issue 2080783003: Auto-rebaseline for r400605 (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/abspos-shift-image-incorrect-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
index 4f1e5474d95a4afec6374c5fea6330a342bda459..4b45033044f2c0e9a1c9aa643e8cbe603e12072a 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [1250, 585],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [1250, 585],
"contentsOpaque": true,
"drawsContent": true,
@@ -75,37 +77,71 @@
"object": "LayoutText #text",
"rect": [450, 217, 4, 19],
"reason": "bounds change"
- },
- {
- "object": "InlineTextBox '\n'",
- "reason": "bounds change"
- },
- {
- "object": "LayoutText #text",
- "reason": "bounds change"
- },
- {
- "object": "LayoutText #text",
- "reason": "bounds change"
- },
- {
- "object": "LayoutText #text",
- "reason": "bounds change"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutImage IMG",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "bounds change"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutImage IMG",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "bounds change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698