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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/bugzilla-6278-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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow DIV",
11 "rect": [10, 132, 292, 144],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutBlockFlow DIV",
16 "rect": [10, 281, 292, 50],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutBlockFlow DIV",
21 "rect": [10, 132, 242, 180],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutBlockFlow DIV",
26 "rect": [10, 317, 242, 50],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutTableCell TD id='col1'",
31 "rect": [10, 331, 242, 36],
32 "reason": "incremental"
33 },
34 {
35 "object": "LayoutTableCell TD id='target'",
36 "rect": [254, 132, 52, 235],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutTableCell TD id='col1'",
41 "rect": [252, 132, 50, 199],
42 "reason": "incremental"
43 }
44 ]
45 }
46 ],
47 "objectPaintInvalidations": [
48 {
49 "object": "LayoutTableCell TD id='col1'",
50 "reason": "incremental"
51 },
52 {
53 "object": "LayoutBlockFlow DIV",
54 "reason": "forced by layout"
55 },
56 {
57 "object": "RootInlineBox",
58 "reason": "forced by layout"
59 },
60 {
61 "object": "LayoutText #text",
62 "reason": "forced by layout"
63 },
64 {
65 "object": "InlineTextBox 'Curabitur pretium, quam quis semper'",
66 "reason": "forced by layout"
67 },
68 {
69 "object": "InlineTextBox 'malesuada, est libero feugiat libero,'",
70 "reason": "forced by layout"
71 },
72 {
73 "object": "InlineTextBox 'vel fringilla orci nibh sed neque.'",
74 "reason": "forced by layout"
75 },
76 {
77 "object": "InlineTextBox 'Quisque eu nulla non nisi molestie'",
78 "reason": "forced by layout"
79 },
80 {
81 "object": "InlineTextBox 'accumsan. Etiam tellus urna, laoreet'",
82 "reason": "forced by layout"
83 },
84 {
85 "object": "InlineTextBox 'ac, laoreet non, suscipit sed, sapien.'",
86 "reason": "forced by layout"
87 },
88 {
89 "object": "InlineTextBox 'Phasellus vehicula, sem at posuere'",
90 "reason": "forced by layout"
91 },
92 {
93 "object": "InlineTextBox 'vehicula, augue nibh molestie nisl,'",
94 "reason": "forced by layout"
95 },
96 {
97 "object": "InlineTextBox 'nec ullamcorper lacus ante vulputate'",
98 "reason": "forced by layout"
99 },
100 {
101 "object": "InlineTextBox 'pede.'",
102 "reason": "forced by layout"
103 },
104 {
105 "object": "LayoutBlockFlow DIV",
106 "reason": "bounds change"
107 },
108 {
109 "object": "LayoutTableCell TD id='target'",
110 "reason": "bounds change"
111 }
112 ]
113 }
114
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698