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

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

Issue 1880263003: Auto-rebaseline for r386782 (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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineFlowBox", 10 "object": "InlineFlowBox",
(...skipping 15 matching lines...) Expand all
26 "rect": [0, 0, 0, 0], 26 "rect": [0, 0, 0, 0],
27 "reason": "full" 27 "reason": "full"
28 }, 28 },
29 { 29 {
30 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get their outline painted'", 30 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get their outline painted'",
31 "rect": [0, 0, 0, 0], 31 "rect": [0, 0, 0, 0],
32 "reason": "full" 32 "reason": "full"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow (anonymous)", 35 "object": "LayoutBlockFlow (anonymous)",
36 "rect": [0, 0, 800, 18],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutBlockFlow (anonymous)",
41 "rect": [-5, -5, 805, 28], 36 "rect": [-5, -5, 805, 28],
42 "reason": "bounds change" 37 "reason": "bounds change"
43 }, 38 },
44 { 39 {
45 "object": "LayoutBlockFlow BODY", 40 "object": "LayoutBlockFlow BODY",
46 "rect": [0, 0, 800, 52],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutBlockFlow BODY",
51 "rect": [-5, -5, 805, 57], 41 "rect": [-5, -5, 805, 57],
52 "reason": "bounds change" 42 "reason": "bounds change"
53 }, 43 },
54 { 44 {
55 "object": "LayoutBlockFlow HTML", 45 "object": "LayoutBlockFlow HTML",
56 "rect": [0, 0, 800, 232],
57 "reason": "bounds change"
58 },
59 {
60 "object": "LayoutBlockFlow HTML",
61 "rect": [-5, -5, 805, 237], 46 "rect": [-5, -5, 805, 237],
62 "reason": "bounds change" 47 "reason": "bounds change"
63 }, 48 },
64 { 49 {
65 "object": "LayoutBlockFlow P", 50 "object": "LayoutBlockFlow P",
66 "rect": [0, 34, 800, 18], 51 "rect": [0, 34, 800, 18],
67 "reason": "invalidate paint rectangle" 52 "reason": "invalidate paint rectangle"
68 }, 53 },
69 { 54 {
70 "object": "LayoutInline A id='link'", 55 "object": "LayoutInline A id='link'",
(...skipping 13 matching lines...) Expand all
84 { 69 {
85 "object": "RootInlineBox", 70 "object": "RootInlineBox",
86 "rect": [0, 0, 0, 0], 71 "rect": [0, 0, 0, 0],
87 "reason": "full" 72 "reason": "full"
88 } 73 }
89 ] 74 ]
90 } 75 }
91 ] 76 ]
92 } 77 }
93 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698