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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/control-clip-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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": "LayoutBlockFlow (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [9, 87, 198, 16], 11 "rect": [9, 87, 198, 16],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (anonymous)", 15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [16, 117, 184, 16], 16 "rect": [16, 117, 184, 16],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [76, 116, 64, 18], 21 "rect": [76, 116, 64, 18],
22 "reason": "full" 22 "reason": "full"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText (anonymous)", 25 "object": "LayoutText (anonymous)",
26 "rect": [9, 87, 63, 16], 26 "rect": [9, 87, 63, 16],
27 "reason": "full" 27 "reason": "full"
28 } 28 }
29 ] 29 ]
30 } 30 }
31 ], 31 ],
32 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
33 { 33 {
34 "object": "LayoutBlockFlow (anonymous)", 34 "object": "LayoutBlockFlow (anonymous)",
35 "reason": "forced by layout" 35 "reason": "geometry"
36 }, 36 },
37 { 37 {
38 "object": "RootInlineBox", 38 "object": "RootInlineBox",
39 "reason": "forced by layout" 39 "reason": "geometry"
40 }, 40 },
41 { 41 {
42 "object": "LayoutText (anonymous)", 42 "object": "LayoutText (anonymous)",
43 "reason": "full" 43 "reason": "full"
44 }, 44 },
45 { 45 {
46 "object": "InlineTextBox 'SUCCESS'", 46 "object": "InlineTextBox 'SUCCESS'",
47 "reason": "full" 47 "reason": "full"
48 }, 48 },
49 { 49 {
50 "object": "LayoutBlockFlow (anonymous)", 50 "object": "LayoutBlockFlow (anonymous)",
51 "reason": "forced by layout" 51 "reason": "geometry"
52 }, 52 },
53 { 53 {
54 "object": "RootInlineBox", 54 "object": "RootInlineBox",
55 "reason": "forced by layout" 55 "reason": "geometry"
56 }, 56 },
57 { 57 {
58 "object": "LayoutText #text", 58 "object": "LayoutText #text",
59 "reason": "full" 59 "reason": "full"
60 }, 60 },
61 { 61 {
62 "object": "InlineTextBox 'SUCCESS'", 62 "object": "InlineTextBox 'SUCCESS'",
63 "reason": "full" 63 "reason": "full"
64 } 64 }
65 ] 65 ]
66 } 66 }
67 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698