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/paint/invalidation/flexbox/scrollbars-changed-expected.txt

Issue 2543073004: Manually rebaseline some paint/invalidation tests (Closed)
Patch Set: Created 4 years 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/flexbox/scrollbars-changed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt
index 81404ab04a7a25ee1e97b168fbcdbc8f00045d8f..4b95868108d10cfc3ed702e1695c990055431c10 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutBlockFlow DIV id='dynamic' class='content'",
"rect": [0, 0, 185, 30],
- "reason": "forced by layout"
+ "reason": "full"
},
{
"object": "LayoutBlockFlow DIV id='scroller'",
@@ -19,31 +19,40 @@
{
"object": "LayoutText #text",
"rect": [0, 5, 15, 15],
- "reason": "full"
+ "reason": "layoutObject insertion"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [0, 5, 15, 15],
+ "reason": "layoutObject removal"
}
]
}
],
"objectPaintInvalidations": [
{
+ "object": "LayoutText #text",
+ "reason": "layoutObject removal"
+ },
+ {
"object": "VerticalScrollbar",
"reason": "scroll"
},
{
"object": "LayoutBlockFlow DIV id='dynamic' class='content'",
- "reason": "forced by layout"
+ "reason": "full"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "full"
},
{
"object": "LayoutText #text",
- "reason": "full"
+ "reason": "layoutObject insertion"
},
{
"object": "InlineTextBox 'z'",
- "reason": "full"
+ "reason": "layoutObject insertion"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698