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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-focus-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutInline A id='link'", 12 "object": "LayoutInline A id='link'",
13 "rect": [-5, -5, 810, 242], 13 "rect": [-5, -5, 810, 242],
14 "reason": "style change" 14 "reason": "style change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow (anonymous)",
18 "rect": [-5, -5, 805, 28],
19 "reason": "invalidate paint rectangle"
20 },
21 {
22 "object": "LayoutBlockFlow P", 17 "object": "LayoutBlockFlow P",
23 "rect": [0, 34, 800, 18], 18 "rect": [0, 34, 800, 18],
24 "reason": "invalidate paint rectangle" 19 "reason": "forced by layout"
20 },
21 {
22 "object": "LayoutBlockFlow (anonymous)",
23 "rect": [0, 0, 800, 18],
24 "reason": "forced by layout"
25 },
26 {
27 "object": "LayoutText #text",
28 "rect": [0, 34, 429, 18],
29 "reason": "forced by layout"
30 },
31 {
32 "object": "LayoutInline A",
33 "rect": [0, 0, 40, 18],
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [0, 6, 40, 10],
39 "reason": "forced by layout"
25 } 40 }
26 ] 41 ]
27 } 42 }
28 ], 43 ],
29 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
30 { 45 {
31 "object": "InlineFlowBox", 46 "object": "LayoutBlockFlow (anonymous)",
32 "reason": "full" 47 "reason": "forced by layout"
33 },
34 {
35 "object": "InlineTextBox 'Home'",
36 "reason": "full"
37 },
38 {
39 "object": "InlineFlowBox",
40 "reason": "full"
41 }, 48 },
42 { 49 {
43 "object": "RootInlineBox", 50 "object": "RootInlineBox",
44 "reason": "full" 51 "reason": "forced by layout"
45 },
46 {
47 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get the ir outline painted'",
48 "reason": "full"
49 },
50 {
51 "object": "RootInlineBox",
52 "reason": "full"
53 },
54 {
55 "object": "LayoutBlockFlow (anonymous)",
56 "reason": "invalidate paint rectangle"
57 }, 52 },
58 { 53 {
59 "object": "LayoutInline A id='link'", 54 "object": "LayoutInline A id='link'",
60 "reason": "style change" 55 "reason": "style change"
61 }, 56 },
62 { 57 {
63 "object": "InlineFlowBox", 58 "object": "InlineFlowBox",
64 "reason": "style change" 59 "reason": "style change"
65 }, 60 },
66 { 61 {
62 "object": "LayoutInline A",
63 "reason": "forced by layout"
64 },
65 {
66 "object": "InlineFlowBox",
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutText #text",
71 "reason": "forced by layout"
72 },
73 {
74 "object": "InlineTextBox 'Home'",
75 "reason": "forced by layout"
76 },
77 {
67 "object": "LayoutBlockFlow P", 78 "object": "LayoutBlockFlow P",
68 "reason": "invalidate paint rectangle" 79 "reason": "forced by layout"
80 },
81 {
82 "object": "RootInlineBox",
83 "reason": "forced by layout"
84 },
85 {
86 "object": "LayoutText #text",
87 "reason": "forced by layout"
88 },
89 {
90 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get the ir outline painted'",
91 "reason": "forced by layout"
69 } 92 }
70 ] 93 ]
71 } 94 }
72 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698