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

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

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

Powered by Google App Engine
This is Rietveld 408576698