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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/crbug-371640-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 DIV id='keep' class='item'", 10 "object": "LayoutBlockFlow DIV id='keep' class='item'",
11 "rect": [348, 84, 100, 100], 11 "rect": [348, 84, 100, 100],
12 "reason": "bounds change" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV id='to_remove' class='item'", 15 "object": "LayoutBlockFlow DIV id='to_remove' class='item'",
16 "rect": [348, 84, 100, 100], 16 "rect": [348, 84, 100, 100],
17 "reason": "layoutObject removal" 17 "reason": "disappeared"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='keep' class='item'", 20 "object": "LayoutBlockFlow DIV id='keep' class='item'",
21 "rect": [88, 84, 100, 100], 21 "rect": [88, 84, 100, 100],
22 "reason": "bounds change" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [348, 84, 4, 18], 26 "rect": [348, 84, 4, 18],
27 "reason": "bounds change" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [348, 84, 4, 18], 31 "rect": [348, 84, 4, 18],
32 "reason": "layoutObject removal" 32 "reason": "disappeared"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [88, 84, 4, 18], 36 "rect": [88, 84, 4, 18],
37 "reason": "bounds change" 37 "reason": "geometry"
38 } 38 }
39 ] 39 ]
40 } 40 }
41 ], 41 ],
42 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
43 { 43 {
44 "object": "LayoutText #text", 44 "object": "LayoutText #text",
45 "reason": "layoutObject removal" 45 "reason": "disappeared"
46 }, 46 },
47 { 47 {
48 "object": "LayoutBlockFlow DIV id='to_remove' class='item'", 48 "object": "LayoutBlockFlow DIV id='to_remove' class='item'",
49 "reason": "layoutObject removal" 49 "reason": "disappeared"
50 }, 50 },
51 { 51 {
52 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_rem ove_inner' class='inner'", 52 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_rem ove_inner' class='inner'",
53 "reason": "layoutObject removal" 53 "reason": "disappeared"
54 }, 54 },
55 { 55 {
56 "object": "LayoutBlockFlow (floating) DIV id='node' class='outer'", 56 "object": "LayoutBlockFlow (floating) DIV id='node' class='outer'",
57 "reason": "layoutObject removal" 57 "reason": "disappeared"
58 }, 58 },
59 { 59 {
60 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'", 60 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'",
61 "reason": "location change" 61 "reason": "geometry"
62 }, 62 },
63 { 63 {
64 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_i nner' class='inner'", 64 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_i nner' class='inner'",
65 "reason": "location change" 65 "reason": "geometry"
66 }, 66 },
67 { 67 {
68 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'", 68 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
69 "reason": "location change" 69 "reason": "geometry"
70 }, 70 },
71 { 71 {
72 "object": "LayoutBlockFlow DIV id='keep' class='item'", 72 "object": "LayoutBlockFlow DIV id='keep' class='item'",
73 "reason": "bounds change" 73 "reason": "geometry"
74 }, 74 },
75 { 75 {
76 "object": "RootInlineBox", 76 "object": "RootInlineBox",
77 "reason": "bounds change" 77 "reason": "geometry"
78 }, 78 },
79 { 79 {
80 "object": "LayoutText #text", 80 "object": "LayoutText #text",
81 "reason": "bounds change" 81 "reason": "geometry"
82 }, 82 },
83 { 83 {
84 "object": "InlineTextBox '\u00A0'", 84 "object": "InlineTextBox '\u00A0'",
85 "reason": "bounds change" 85 "reason": "geometry"
86 } 86 }
87 ] 87 ]
88 } 88 }
89 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698