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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-continuations-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/linux/fast/repaint/outline-continuations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-continuations-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-continuations-expected.txt
index af46fc15a5c79d57dccb26c334f111aa398178c9..a7c9956ec013a2d4a2af0cfac0f896b28bf25ca3 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-continuations-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/outline-continuations-expected.txt
@@ -10,13 +10,13 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow (anonymous)",
- "rect": [16, 148, 202, 23],
- "reason": "invalidate paint rectangle"
+ "rect": [18, 150, 200, 20],
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow (anonymous)",
- "rect": [16, 108, 202, 23],
- "reason": "invalidate paint rectangle"
+ "rect": [18, 110, 200, 20],
+ "reason": "forced by layout"
},
{
"object": "LayoutInline SPAN id='outer'",
@@ -27,42 +27,52 @@
"object": "LayoutInline SPAN id='outer'",
"rect": [16, 148, 87, 23],
"reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [18, 150, 83, 19],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [18, 110, 83, 19],
+ "reason": "forced by layout"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "InlineTextBox 'CONTENTS'",
- "reason": "full"
+ "object": "LayoutBlockFlow (anonymous)",
+ "reason": "forced by layout"
},
{
"object": "RootInlineBox",
- "reason": "full"
+ "reason": "forced by layout"
},
{
- "object": "InlineTextBox 'CONTENTS'",
- "reason": "full"
+ "object": "LayoutInline SPAN id='outer'",
+ "reason": "style change"
},
{
- "object": "RootInlineBox",
- "reason": "full"
+ "object": "InlineFlowBox",
+ "reason": "style change"
},
{
- "object": "LayoutBlockFlow (anonymous)",
- "reason": "invalidate paint rectangle"
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
},
{
- "object": "LayoutInline SPAN id='outer'",
- "reason": "style change"
+ "object": "InlineTextBox 'CONTENTS'",
+ "reason": "forced by layout"
},
{
- "object": "InlineFlowBox",
- "reason": "style change"
+ "object": "LayoutBlockFlow (anonymous)",
+ "reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow (anonymous)",
- "reason": "invalidate paint rectangle"
+ "object": "RootInlineBox",
+ "reason": "forced by layout"
},
{
"object": "LayoutInline SPAN id='outer'",
@@ -73,6 +83,14 @@
"reason": "style change"
},
{
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "InlineTextBox 'CONTENTS'",
+ "reason": "forced by layout"
+ },
+ {
"object": "LayoutBlockFlow (anonymous)",
"reason": "forced by layout"
},

Powered by Google App Engine
This is Rietveld 408576698