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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/offset-change-wrong-invalidation-with-float-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 (positioned) UL id='submenu'", 10 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
11 "rect": [48, 92, 40, 18], 11 "rect": [48, 92, 40, 18],
12 "reason": "bounds change" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 15 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
16 "rect": [48, -158, 40, 18], 16 "rect": [48, -158, 40, 18],
17 "reason": "bounds change" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutListMarker (anonymous)", 20 "object": "LayoutListMarker (anonymous)",
21 "rect": [71, 92, 7, 18], 21 "rect": [71, 92, 7, 18],
22 "reason": "bounds change" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutListMarker (anonymous)", 25 "object": "LayoutListMarker (anonymous)",
26 "rect": [71, -158, 7, 18], 26 "rect": [71, -158, 7, 18],
27 "reason": "bounds change" 27 "reason": "geometry"
28 } 28 }
29 ] 29 ]
30 }, 30 },
31 { 31 {
32 "name": "LayoutListItem (floating) LI id='watches'", 32 "name": "LayoutListItem (floating) LI id='watches'",
33 "position": [31, 42], 33 "position": [31, 42],
34 "transformOrigin": [17, 9], 34 "transformOrigin": [17, 9],
35 "bounds": [24, 18], 35 "bounds": [24, 18],
36 "drawsContent": true 36 "drawsContent": true
37 }, 37 },
38 { 38 {
39 "name": "LayoutInline (relative positioned) SPAN id='placeholder'", 39 "name": "LayoutInline (relative positioned) SPAN id='placeholder'",
40 "position": [17, 0], 40 "position": [17, 0],
41 "backfaceVisibility": "hidden" 41 "backfaceVisibility": "hidden"
42 }, 42 },
43 { 43 {
44 "name": "LayoutListItem (relative positioned) (floating) LI id='menu'", 44 "name": "LayoutListItem (relative positioned) (floating) LI id='menu'",
45 "position": [31, 42], 45 "position": [31, 42],
46 "bounds": [17, 18], 46 "bounds": [17, 18],
47 "drawsContent": true, 47 "drawsContent": true,
48 "paintInvalidations": [ 48 "paintInvalidations": [
49 { 49 {
50 "object": "LayoutListMarker (anonymous)", 50 "object": "LayoutListMarker (anonymous)",
51 "rect": [0, 0, 7, 18], 51 "rect": [0, 0, 7, 18],
52 "reason": "forced by layout" 52 "reason": "geometry"
53 } 53 }
54 ] 54 ]
55 } 55 }
56 ], 56 ],
57 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
58 { 58 {
59 "object": "LayoutListMarker (anonymous)", 59 "object": "LayoutListMarker (anonymous)",
60 "reason": "forced by layout" 60 "reason": "geometry"
61 }, 61 },
62 { 62 {
63 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 63 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
64 "reason": "bounds change" 64 "reason": "geometry"
65 }, 65 },
66 { 66 {
67 "object": "LayoutListItem LI", 67 "object": "LayoutListItem LI",
68 "reason": "location change" 68 "reason": "geometry"
69 }, 69 },
70 { 70 {
71 "object": "RootInlineBox", 71 "object": "RootInlineBox",
72 "reason": "location change" 72 "reason": "geometry"
73 }, 73 },
74 { 74 {
75 "object": "LayoutListMarker (anonymous)", 75 "object": "LayoutListMarker (anonymous)",
76 "reason": "bounds change" 76 "reason": "geometry"
77 } 77 }
78 ] 78 ]
79 } 79 }
80 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698