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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-focus-expected.txt

Issue 1883513002: 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/inline-focus-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-focus-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-focus-expected.txt
index d26645a2a5ecfdc2eb2655da90931f566c2c926f..d9e3ca15399c172863beb7b3ab3f62b0af6bdc72 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-focus-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-focus-expected.txt
@@ -5,30 +5,87 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [0, 34, 800, 18],
- [0, 0, 800, 232],
- [0, 0, 800, 52],
- [0, 0, 800, 18],
- [-1, -1, 802, 234],
- [-1, -1, 801, 233],
- [-1, -1, 801, 53],
- [-1, -1, 801, 19]
- ],
- "paintInvalidationClients": [
- "InlineFlowBox",
- "InlineTextBox 'Home'",
- "InlineFlowBox",
- "RootInlineBox",
- "InlineTextBox 'crbug.com/424078: ensure inline elements get their outline painted'",
- "RootInlineBox",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY",
- "LayoutBlockFlow (anonymous)",
- "RootInlineBox",
- "LayoutInline A id='link'",
- "InlineFlowBox",
- "LayoutBlockFlow P"
+ "paintInvalidations": [
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineFlowBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "style change"
+ },
+ {
+ "object": "InlineTextBox 'Home'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get their outline painted'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [0, 0, 800, 18],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [-1, -1, 801, 19],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [0, 0, 800, 52],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [-1, -1, 801, 53],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 800, 232],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [-1, -1, 801, 233],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "rect": [0, 34, 800, 18],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutInline A id='link'",
+ "rect": [-1, -1, 802, 234],
+ "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"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698