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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex-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/fast/repaint/remove-inline-block-descendant-of-flex-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex-expected.txt
index e5e2c3ad8fc8505099a56c65ec5fb543cd343bad..11e3cfcfcd593e809416ef47166d1c5c6868698d 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex-expected.txt
@@ -9,14 +9,14 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
- "rect": [0, 200, 100, 100],
- "reason": "bounds change"
+ "object": "LayoutBlockFlow DIV",
+ "rect": [0, 100, 100, 300],
+ "reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow DIV",
- "rect": [0, 100, 100, 100],
- "reason": "invalidate paint rectangle"
+ "object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
+ "rect": [0, 200, 100, 100],
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV id='inline-block-1' class='item'",
@@ -26,63 +26,35 @@
{
"object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
"rect": [0, 100, 100, 100],
- "reason": "bounds change"
+ "reason": "forced by layout"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "InlineTextBox '\n'",
- "reason": "full"
- },
- {
"object": "LayoutBR BR",
"reason": "layoutObject removal"
},
{
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
"object": "LayoutBlockFlow DIV id='inline-block-1' class='item'",
"reason": "layoutObject removal"
},
{
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "InlineBox",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "InlineBox",
- "reason": "full"
+ "object": "LayoutBlockFlow DIV",
+ "reason": "forced by layout"
},
{
"object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "LayoutBlockFlow DIV",
- "reason": "invalidate paint rectangle"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "RootInlineBox",
- "reason": "bounds change"
+ "reason": "forced by layout"
},
{
"object": "LayoutBR BR",

Powered by Google App Engine
This is Rietveld 408576698