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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/gradients-em-stops-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/mac/fast/repaint/gradients-em-stops-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt
index 99514460580b735852b23559de5873ba84137219..66844d54a10a45e6c1e6fa4cede41ced3b72e1a2 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt
@@ -11,7 +11,7 @@
{
"object": "LayoutBlockFlow DIV class='em-units'",
"rect": [8, 8, 784, 146],
- "reason": "invalidate paint rectangle"
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV id='box4' class='box'",
@@ -19,33 +19,43 @@
"reason": "style change"
},
{
+ "object": "LayoutBlockFlow DIV id='box3' class='box'",
+ "rect": [18, 18, 302, 122],
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow DIV class='indicator'",
"rect": [345, 19, 240, 20],
"reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [330, 136, 4, 18],
+ "reason": "forced by layout"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "InlineBox",
- "reason": "full"
+ "object": "LayoutBlockFlow DIV class='em-units'",
+ "reason": "forced by layout"
},
{
- "object": "InlineTextBox '\n'",
- "reason": "full"
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
},
{
- "object": "InlineBox",
- "reason": "full"
+ "object": "LayoutBlockFlow DIV id='box3' class='box'",
+ "reason": "forced by layout"
},
{
- "object": "RootInlineBox",
- "reason": "full"
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow DIV class='em-units'",
- "reason": "invalidate paint rectangle"
+ "object": "InlineTextBox '\n'",
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow DIV id='box4' class='box'",

Powered by Google App Engine
This is Rietveld 408576698