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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/remove-inline-layer-after-layout-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": [8, 108, 784, 105], 11 "rect": [8, 108, 784, 105],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutInline SPAN id='target'", 15 "object": "LayoutInline SPAN id='target'",
16 "rect": [112, 108, 171, 104], 16 "rect": [112, 108, 171, 104],
17 "reason": "layoutObject removal" 17 "reason": "disappeared"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [112, 193, 171, 19], 21 "rect": [112, 193, 171, 19],
22 "reason": "layoutObject removal" 22 "reason": "disappeared"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV", 25 "object": "LayoutBlockFlow DIV",
26 "rect": [282, 108, 101, 100], 26 "rect": [282, 108, 101, 100],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow DIV", 30 "object": "LayoutBlockFlow DIV",
31 "rect": [112, 108, 100, 100], 31 "rect": [112, 108, 100, 100],
32 "reason": "forced by layout" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutBlockFlow DIV", 35 "object": "LayoutBlockFlow DIV",
36 "rect": [8, 108, 100, 100], 36 "rect": [8, 108, 100, 100],
37 "reason": "forced by layout" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [108, 193, 4, 19], 41 "rect": [108, 193, 4, 19],
42 "reason": "forced by layout" 42 "reason": "geometry"
43 } 43 }
44 ] 44 ]
45 } 45 }
46 ], 46 ],
47 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
48 { 48 {
49 "object": "LayoutText #text", 49 "object": "LayoutText #text",
50 "reason": "layoutObject removal" 50 "reason": "disappeared"
51 }, 51 },
52 { 52 {
53 "object": "LayoutInline SPAN id='target'", 53 "object": "LayoutInline SPAN id='target'",
54 "reason": "layoutObject removal" 54 "reason": "disappeared"
55 }, 55 },
56 { 56 {
57 "object": "LayoutBlockFlow (anonymous)", 57 "object": "LayoutBlockFlow (anonymous)",
58 "reason": "forced by layout" 58 "reason": "geometry"
59 }, 59 },
60 { 60 {
61 "object": "RootInlineBox", 61 "object": "RootInlineBox",
62 "reason": "forced by layout" 62 "reason": "geometry"
63 }, 63 },
64 { 64 {
65 "object": "LayoutBlockFlow DIV", 65 "object": "LayoutBlockFlow DIV",
66 "reason": "forced by layout" 66 "reason": "geometry"
67 }, 67 },
68 { 68 {
69 "object": "LayoutText #text", 69 "object": "LayoutText #text",
70 "reason": "forced by layout" 70 "reason": "geometry"
71 }, 71 },
72 { 72 {
73 "object": "InlineTextBox '\n'", 73 "object": "InlineTextBox '\n'",
74 "reason": "forced by layout" 74 "reason": "geometry"
75 }, 75 },
76 { 76 {
77 "object": "LayoutBlockFlow DIV", 77 "object": "LayoutBlockFlow DIV",
78 "reason": "forced by layout" 78 "reason": "geometry"
79 } 79 }
80 ] 80 ]
81 } 81 }
82 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698