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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-expected.txt

Issue 2556633002: Revert of Paint collapsed borders of a table as one display item (Closed)
Patch Set: Created 4 years 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": "LayoutTable TABLE", 10 "object": "LayoutTable TABLE",
11 "rect": [8, 8, 114, 54], 11 "rect": [8, 58, 114, 4],
12 "reason": "forced by layout" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableCell TD id='foo'", 15 "object": "LayoutTableCell TD id='foo'",
16 "rect": [8, 8, 60, 54], 16 "rect": [8, 8, 60, 54],
17 "reason": "style change" 17 "reason": "style change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
21 "rect": [64, 8, 58, 54], 21 "rect": [64, 8, 58, 54],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
26 "rect": [62, 8, 55, 52], 26 "rect": [62, 8, 55, 52],
27 "reason": "bounds change" 27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutTable TABLE",
31 "rect": [116, 8, 6, 54],
32 "reason": "incremental"
28 } 33 }
29 ] 34 ]
30 } 35 }
31 ], 36 ],
32 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
33 { 38 {
39 "object": "LayoutTableCell TD id='foo'",
40 "reason": "style change"
41 },
42 {
43 "object": "LayoutTableCell TD",
44 "reason": "style change"
45 },
46 {
34 "object": "LayoutTable TABLE", 47 "object": "LayoutTable TABLE",
35 "reason": "forced by layout" 48 "reason": "incremental"
36 }, 49 },
37 { 50 {
38 "object": "LayoutTableRow TR", 51 "object": "LayoutTableRow TR",
39 "reason": "location change" 52 "reason": "location change"
40 }, 53 },
41 { 54 {
42 "object": "LayoutTableCell TD id='foo'", 55 "object": "LayoutTableCell TD id='foo'",
43 "reason": "style change" 56 "reason": "style change"
44 }, 57 },
45 { 58 {
46 "object": "LayoutTableCell TD", 59 "object": "LayoutTableCell TD",
47 "reason": "bounds change" 60 "reason": "bounds change"
48 } 61 }
49 ] 62 ]
50 } 63 }
51 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698