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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/control-clip-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": "LayoutBlockFlow (anonymous)", 12 "object": "LayoutBlockFlow (anonymous)",
13 "rect": [9, 84, 198, 14], 13 "rect": [9, 84, 198, 14],
14 "reason": "invalidate paint rectangle" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow (anonymous)", 17 "object": "LayoutBlockFlow (anonymous)",
18 "rect": [16, 114, 184, 13], 18 "rect": [16, 114, 184, 13],
19 "reason": "invalidate paint rectangle" 19 "reason": "forced by layout"
20 }, 20 },
21 { 21 {
22 "object": "LayoutText (anonymous)", 22 "object": "LayoutText (anonymous)",
23 "rect": [9, 84, 52, 14], 23 "rect": [9, 84, 52, 14],
24 "reason": "full" 24 "reason": "full"
25 }, 25 },
26 { 26 {
27 "object": "LayoutText #text", 27 "object": "LayoutText #text",
28 "rect": [82, 114, 52, 13], 28 "rect": [82, 114, 52, 13],
29 "reason": "full" 29 "reason": "full"
30 } 30 }
31 ] 31 ]
32 } 32 }
33 ], 33 ],
34 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
35 { 35 {
36 "object": "InlineTextBox ''", 36 "object": "LayoutBlockFlow (anonymous)",
37 "reason": "full" 37 "reason": "forced by layout"
38 }, 38 },
39 { 39 {
40 "object": "RootInlineBox", 40 "object": "RootInlineBox",
41 "reason": "full" 41 "reason": "forced by layout"
42 },
43 {
44 "object": "InlineTextBox ''",
45 "reason": "full"
46 },
47 {
48 "object": "RootInlineBox",
49 "reason": "full"
50 },
51 {
52 "object": "LayoutBlockFlow (anonymous)",
53 "reason": "invalidate paint rectangle"
54 }, 42 },
55 { 43 {
56 "object": "LayoutText (anonymous)", 44 "object": "LayoutText (anonymous)",
57 "reason": "full" 45 "reason": "full"
58 }, 46 },
59 { 47 {
60 "object": "InlineTextBox 'SUCCESS'", 48 "object": "InlineTextBox 'SUCCESS'",
61 "reason": "full" 49 "reason": "full"
62 }, 50 },
63 { 51 {
64 "object": "LayoutBlockFlow (anonymous)", 52 "object": "LayoutBlockFlow (anonymous)",
65 "reason": "invalidate paint rectangle" 53 "reason": "forced by layout"
54 },
55 {
56 "object": "RootInlineBox",
57 "reason": "forced by layout"
66 }, 58 },
67 { 59 {
68 "object": "LayoutText #text", 60 "object": "LayoutText #text",
69 "reason": "full" 61 "reason": "full"
70 }, 62 },
71 { 63 {
72 "object": "InlineTextBox 'SUCCESS'", 64 "object": "InlineTextBox 'SUCCESS'",
73 "reason": "full" 65 "reason": "full"
74 } 66 }
75 ] 67 ]
76 } 68 }
77 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698