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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt

Issue 2087483002: 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/shift-relative-positioned-container-with-image-removal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt
index d77457dc0b1cb3a5d355d075e65877ff74dd25be..b7b347c0f8645b3da2dd957e01c32838aae548f8 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt
@@ -1,7 +1,9 @@
{
+ "name": "Content Root Layer",
"bounds": [785, 742],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [785, 742],
"contentsOpaque": true,
"drawsContent": true,
@@ -55,29 +57,51 @@
"object": "LayoutImage IMG",
"rect": [58, 142, 489, 537],
"reason": "bounds change"
- },
- {
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "LayoutText #text",
- "reason": "bounds change"
- },
- {
- "object": "LayoutText #text",
- "reason": "layoutObject removal"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutIFrame IFRAME id='iframe'",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutView #document",
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='relative'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
+ "reason": "bounds change"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutImage IMG",
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutText #text",
+ "reason": "bounds change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698