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

Side by Side Diff: third_party/WebKit/LayoutTests/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": "LayoutTableCell TD", 20 "object": "LayoutTableSection TBODY",
21 "rect": [8, 75, 132, 82], 21 "rect": [8, 8, 132, 149],
22 "reason": "layoutObject insertion" 22 "reason": "layoutObject removal"
23 }, 23 },
24 { 24 {
25 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
26 "rect": [8, 75, 132, 82], 26 "rect": [8, 75, 132, 82],
27 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
28 }, 28 },
29 { 29 {
30 "object": "LayoutTableCell TD", 30 "object": "LayoutTableRow TR",
31 "rect": [8, 8, 132, 82], 31 "rect": [8, 75, 132, 82],
32 "reason": "layoutObject insertion" 32 "reason": "layoutObject removal"
33 }, 33 },
34 { 34 {
35 "object": "LayoutTableCell TD", 35 "object": "LayoutTableCell TD",
36 "rect": [8, 8, 132, 82], 36 "rect": [8, 8, 132, 82],
37 "reason": "layoutObject removal" 37 "reason": "layoutObject removal"
38 }, 38 },
39 { 39 {
40 "object": "LayoutTableSection TBODY",
41 "rect": [15, 15, 117, 134],
42 "reason": "layoutObject removal"
43 },
44 {
45 "object": "LayoutTableRow TR", 40 "object": "LayoutTableRow TR",
46 "rect": [15, 82, 117, 67], 41 "rect": [8, 8, 132, 82],
47 "reason": "layoutObject removal"
48 },
49 {
50 "object": "LayoutTableRow TR",
51 "rect": [15, 15, 117, 67],
52 "reason": "layoutObject removal" 42 "reason": "layoutObject removal"
53 } 43 }
54 ] 44 ]
55 } 45 }
56 ], 46 ],
57 "objectPaintInvalidations": [ 47 "objectPaintInvalidations": [
58 { 48 {
59 "object": "LayoutTableCell TD", 49 "object": "LayoutTableCell TD",
60 "reason": "layoutObject removal" 50 "reason": "layoutObject removal"
61 }, 51 },
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "object": "LayoutTableRow TR", 97 "object": "LayoutTableRow TR",
108 "reason": "layoutObject insertion" 98 "reason": "layoutObject insertion"
109 }, 99 },
110 { 100 {
111 "object": "LayoutTableCell TD", 101 "object": "LayoutTableCell TD",
112 "reason": "layoutObject insertion" 102 "reason": "layoutObject insertion"
113 } 103 }
114 ] 104 ]
115 } 105 }
116 106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698