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

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

Issue 2548333003: 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",
11 "rect": [8, 8, 60, 103],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutTableCell TD", 10 "object": "LayoutTableCell TD",
16 "rect": [8, 8, 60, 54], 11 "rect": [8, 8, 60, 54],
17 "reason": "forced by layout" 12 "reason": "forced by layout"
18 }, 13 },
19 { 14 {
20 "object": "LayoutTableCell TD", 15 "object": "LayoutTableCell TD",
21 "rect": [8, 58, 60, 53], 16 "rect": [8, 58, 60, 53],
22 "reason": "location change" 17 "reason": "location change"
23 }, 18 },
24 { 19 {
20 "object": "LayoutTable TABLE",
21 "rect": [8, 109, 60, 2],
22 "reason": "incremental"
23 },
24 {
25 "object": "LayoutTableRow TR id='row'", 25 "object": "LayoutTableRow TR id='row'",
26 "rect": [10, 10, 56, 50], 26 "rect": [10, 10, 56, 50],
27 "reason": "style change" 27 "reason": "style change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTableRow TR id='row'", 30 "object": "LayoutTableRow TR id='row'",
31 "rect": [9, 9, 54, 50], 31 "rect": [9, 9, 54, 50],
32 "reason": "style change" 32 "reason": "style change"
33 },
34 {
35 "object": "LayoutTable TABLE",
36 "rect": [62, 8, 6, 103],
37 "reason": "incremental"
33 } 38 }
34 ] 39 ]
35 } 40 }
36 ], 41 ],
37 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
38 { 43 {
44 "object": "LayoutTableCell TD",
45 "reason": "style change"
46 },
47 {
48 "object": "LayoutTableCell TD",
49 "reason": "style change"
50 },
51 {
39 "object": "LayoutTable TABLE", 52 "object": "LayoutTable TABLE",
40 "reason": "forced by layout" 53 "reason": "incremental"
41 }, 54 },
42 { 55 {
43 "object": "LayoutTableRow TR id='row'", 56 "object": "LayoutTableRow TR id='row'",
44 "reason": "style change" 57 "reason": "style change"
45 }, 58 },
46 { 59 {
47 "object": "LayoutTableCell TD", 60 "object": "LayoutTableCell TD",
48 "reason": "forced by layout" 61 "reason": "forced by layout"
49 }, 62 },
50 { 63 {
51 "object": "LayoutTableRow TR", 64 "object": "LayoutTableRow TR",
52 "reason": "location change" 65 "reason": "location change"
53 }, 66 },
54 { 67 {
55 "object": "LayoutTableCell TD", 68 "object": "LayoutTableCell TD",
56 "reason": "location change" 69 "reason": "location change"
57 } 70 }
58 ] 71 ]
59 } 72 }
60 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698