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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/table-outer-border-expected.txt

Issue 2861373003: Let table row and section's self visual overflow cover whole collapsed borders (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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutTable TABLE id='table'", 10 "object": "LayoutTable TABLE id='table'",
11 "rect": [8, 8, 132, 149], 11 "rect": [8, 8, 132, 149],
12 "reason": "layoutObject removal" 12 "reason": "layoutObject removal"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTable TABLE id='table' class='green'", 15 "object": "LayoutTable TABLE id='table' class='green'",
16 "rect": [8, 8, 132, 149], 16 "rect": [8, 8, 132, 149],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 }, 18 },
19 { 19 {
20 "object": "LayoutTableSection TBODY",
21 "rect": [8, 8, 132, 149],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutTableSection TBODY",
26 "rect": [8, 8, 132, 149],
27 "reason": "layoutObject removal"
28 },
29 {
20 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
21 "rect": [8, 75, 132, 82], 31 "rect": [8, 75, 132, 82],
22 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
23 }, 33 },
24 { 34 {
25 "object": "LayoutTableCell TD", 35 "object": "LayoutTableCell TD",
26 "rect": [8, 75, 132, 82], 36 "rect": [8, 75, 132, 82],
27 "reason": "layoutObject removal" 37 "reason": "layoutObject removal"
28 }, 38 },
29 { 39 {
40 "object": "LayoutTableRow TR",
41 "rect": [8, 75, 132, 82],
42 "reason": "layoutObject insertion"
43 },
44 {
45 "object": "LayoutTableRow TR",
46 "rect": [8, 75, 132, 82],
47 "reason": "layoutObject removal"
48 },
49 {
30 "object": "LayoutTableCell TD", 50 "object": "LayoutTableCell TD",
31 "rect": [8, 8, 132, 82], 51 "rect": [8, 8, 132, 82],
32 "reason": "layoutObject insertion" 52 "reason": "layoutObject insertion"
33 }, 53 },
34 { 54 {
35 "object": "LayoutTableCell TD", 55 "object": "LayoutTableCell TD",
36 "rect": [8, 8, 132, 82], 56 "rect": [8, 8, 132, 82],
37 "reason": "layoutObject removal" 57 "reason": "layoutObject removal"
38 }, 58 },
39 { 59 {
40 "object": "LayoutTableSection TBODY",
41 "rect": [15, 15, 117, 134],
42 "reason": "layoutObject insertion"
43 },
44 {
45 "object": "LayoutTableSection TBODY",
46 "rect": [15, 15, 117, 134],
47 "reason": "layoutObject removal"
48 },
49 {
50 "object": "LayoutTableRow TR", 60 "object": "LayoutTableRow TR",
51 "rect": [15, 82, 117, 67], 61 "rect": [8, 8, 132, 82],
52 "reason": "layoutObject insertion" 62 "reason": "layoutObject insertion"
53 }, 63 },
54 { 64 {
55 "object": "LayoutTableRow TR", 65 "object": "LayoutTableRow TR",
56 "rect": [15, 82, 117, 67], 66 "rect": [8, 8, 132, 82],
57 "reason": "layoutObject removal"
58 },
59 {
60 "object": "LayoutTableRow TR",
61 "rect": [15, 15, 117, 67],
62 "reason": "layoutObject insertion"
63 },
64 {
65 "object": "LayoutTableRow TR",
66 "rect": [15, 15, 117, 67],
67 "reason": "layoutObject removal" 67 "reason": "layoutObject removal"
68 } 68 }
69 ] 69 ]
70 } 70 }
71 ], 71 ],
72 "objectPaintInvalidations": [ 72 "objectPaintInvalidations": [
73 { 73 {
74 "object": "LayoutTableCell TD", 74 "object": "LayoutTableCell TD",
75 "reason": "layoutObject removal" 75 "reason": "layoutObject removal"
76 }, 76 },
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "object": "LayoutTableRow TR", 122 "object": "LayoutTableRow TR",
123 "reason": "layoutObject insertion" 123 "reason": "layoutObject insertion"
124 }, 124 },
125 { 125 {
126 "object": "LayoutTableCell TD", 126 "object": "LayoutTableCell TD",
127 "reason": "layoutObject insertion" 127 "reason": "layoutObject insertion"
128 } 128 }
129 ] 129 ]
130 } 130 }
131 131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698