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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table-cell-move-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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": "LayoutTableCell TD", 10 "object": "LayoutTableCell TD",
11 "rect": [8, 206, 60, 180], 11 "rect": [8, 206, 60, 180],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
16 "rect": [8, 146, 60, 180], 16 "rect": [8, 146, 60, 180],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
21 "rect": [8, 326, 60, 60], 21 "rect": [8, 326, 60, 60],
22 "reason": "became invisible" 22 "reason": "became invisible"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow DIV",
26 "rect": [8, 266, 60, 60],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutBlockFlow DIV",
31 "rect": [8, 206, 60, 60],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
36 "rect": [8, 146, 60, 60], 26 "rect": [8, 146, 60, 60],
37 "reason": "became visible" 27 "reason": "became visible"
38 } 28 }
39 ] 29 ]
40 } 30 }
41 ], 31 ],
42 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
43 { 33 {
44 "object": "LayoutTableCell TD", 34 "object": "LayoutTableCell TD",
(...skipping 15 matching lines...) Expand all
60 "object": "LayoutTableCell TD", 50 "object": "LayoutTableCell TD",
61 "reason": "became invisible" 51 "reason": "became invisible"
62 }, 52 },
63 { 53 {
64 "object": "LayoutTableCell TD id='s'", 54 "object": "LayoutTableCell TD id='s'",
65 "reason": "location change" 55 "reason": "location change"
66 } 56 }
67 ] 57 ]
68 } 58 }
69 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698