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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/linux/fast/repaint/inline-focus-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-focus-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-focus-expected.txt
index da3328a8723d07791a5bc0a9e3748db93939fca2..53661e7d3dce5ae24745a68898c8667e65ad449e 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-focus-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-focus-expected.txt
@@ -5,30 +5,87 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [0, 36, 800, 19],
- [0, 0, 800, 232],
- [0, 0, 800, 56],
- [0, 0, 800, 20],
- [-1, -1, 802, 234],
- [-1, -1, 801, 233],
- [-1, -1, 801, 57],
- [-1, -1, 801, 21]
- ],
- "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, 20],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow (anonymous)",
+ "rect": [-1, -1, 801, 21],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [0, 0, 800, 56],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [-1, -1, 801, 57],
+ "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, 36, 800, 19],
+ "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