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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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/win/fast/repaint/outline-continuations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/outline-continuations-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/outline-continuations-expected.txt
index 94f12ce55763592110408bb828993aa6511ad623..4456b33cc52701d9ecd8b5d0acf86aa9297b5d7a 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/outline-continuations-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/outline-continuations-expected.txt
@@ -10,13 +10,13 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow (anonymous)",
- "rect": [16, 146, 202, 21],
- "reason": "invalidate paint rectangle"
+ "rect": [18, 148, 200, 18],
+ "reason": "forced by layout"
},
{
"object": "LayoutBlockFlow (anonymous)",
- "rect": [16, 108, 202, 21],
- "reason": "invalidate paint rectangle"
+ "rect": [18, 110, 200, 18],
+ "reason": "forced by layout"
},
{
"object": "LayoutInline SPAN id='outer'",
@@ -27,42 +27,52 @@
"object": "LayoutInline SPAN id='outer'",
"rect": [16, 146, 88, 21],
"reason": "style change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [18, 148, 84, 17],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [18, 110, 84, 17],
+ "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