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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/positioned-document-element-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 "backgroundColor": "#008000", 8 "backgroundColor": "#008000",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
11 "object": "LayoutView #document", 11 "object": "LayoutView #document",
12 "rect": [0, 0, 800, 600], 12 "rect": [0, 0, 800, 600],
13 "reason": "style change" 13 "reason": "style change"
14 }, 14 },
15 { 15 {
16 "object": "LayoutBlockFlow (positioned) HTML class='changed'", 16 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
17 "rect": [0, 0, 800, 52], 17 "rect": [0, 0, 800, 52],
18 "reason": "style change" 18 "reason": "style change"
19 }, 19 },
20 { 20 {
21 "object": "LayoutBlockFlow P", 21 "object": "LayoutBlockFlow P",
22 "rect": [8, 16, 784, 20], 22 "rect": [8, 16, 784, 20],
23 "reason": "forced by layout" 23 "reason": "geometry"
24 }, 24 },
25 { 25 {
26 "object": "LayoutBlockFlow (positioned) HTML class='changed'", 26 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
27 "rect": [100, 100, 418, 52], 27 "rect": [100, 100, 418, 52],
28 "reason": "style change" 28 "reason": "style change"
29 }, 29 },
30 { 30 {
31 "object": "LayoutBlockFlow P", 31 "object": "LayoutBlockFlow P",
32 "rect": [108, 116, 402, 20], 32 "rect": [108, 116, 402, 20],
33 "reason": "forced by layout" 33 "reason": "geometry"
34 }, 34 },
35 { 35 {
36 "object": "LayoutText #text", 36 "object": "LayoutText #text",
37 "rect": [108, 116, 402, 19], 37 "rect": [108, 116, 402, 19],
38 "reason": "forced by layout" 38 "reason": "geometry"
39 }, 39 },
40 { 40 {
41 "object": "LayoutText #text", 41 "object": "LayoutText #text",
42 "rect": [8, 16, 402, 19], 42 "rect": [8, 16, 402, 19],
43 "reason": "forced by layout" 43 "reason": "geometry"
44 } 44 }
45 ] 45 ]
46 } 46 }
47 ], 47 ],
48 "objectPaintInvalidations": [ 48 "objectPaintInvalidations": [
49 { 49 {
50 "object": "LayoutView #document", 50 "object": "LayoutView #document",
51 "reason": "style change" 51 "reason": "style change"
52 }, 52 },
53 { 53 {
54 "object": "LayoutBlockFlow (positioned) HTML class='changed'", 54 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
55 "reason": "style change" 55 "reason": "style change"
56 }, 56 },
57 { 57 {
58 "object": "LayoutBlockFlow BODY", 58 "object": "LayoutBlockFlow BODY",
59 "reason": "location change" 59 "reason": "geometry"
60 }, 60 },
61 { 61 {
62 "object": "LayoutBlockFlow P", 62 "object": "LayoutBlockFlow P",
63 "reason": "forced by layout" 63 "reason": "geometry"
64 }, 64 },
65 { 65 {
66 "object": "RootInlineBox", 66 "object": "RootInlineBox",
67 "reason": "forced by layout" 67 "reason": "geometry"
68 }, 68 },
69 { 69 {
70 "object": "LayoutText #text", 70 "object": "LayoutText #text",
71 "reason": "forced by layout" 71 "reason": "geometry"
72 }, 72 },
73 { 73 {
74 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'", 74 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
75 "reason": "forced by layout" 75 "reason": "geometry"
76 } 76 }
77 ] 77 ]
78 } 78 }
79 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698