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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/outline-continuations-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 195b3da03bdbc420cbdf3ac72031d386e6144b1d..988b176b6fc7b3a04508615e08993465b883c628 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
@@ -5,29 +5,87 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [18, 148, 200, 18],
- [18, 110, 200, 18],
- [16, 146, 202, 21],
- [16, 146, 88, 21],
- [16, 108, 202, 21],
- [16, 108, 88, 59]
- ],
- "paintInvalidationClients": [
- "InlineTextBox 'CONTENTS'",
- "RootInlineBox",
- "InlineTextBox 'CONTENTS'",
- "RootInlineBox",
- "LayoutBlockFlow (anonymous)",
- "RootInlineBox",
- "LayoutInline SPAN id='outer'",
- "InlineFlowBox",
- "LayoutBlockFlow (anonymous)",
- "RootInlineBox",
- "LayoutInline SPAN id='outer'",
- "InlineFlowBox",
- "LayoutBlockFlow (anonymous)",
- "LayoutInline SPAN id='outer'"
+ "paintInvalidations": [
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'CONTENTS'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'CONTENTS'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [18, 110, 200, 18],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [16, 108, 202, 21],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [18, 148, 200, 18],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [16, 146, 202, 21],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [0, 0, 0, 0],
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutInline SPAN id='outer'",
+ "rect": [16, 108, 88, 59],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutInline SPAN id='outer'",
+ "rect": [16, 146, 88, 21],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutInline SPAN id='outer'",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698