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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/table/cached-change-cell-sl-border-color-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 (relative positioned) TABLE",
11 "rect": [8, 8, 114, 54],
12 "reason": "invalidate paint rectangle"
13 },
14 {
15 "object": "LayoutTableCell TD id='foo'", 10 "object": "LayoutTableCell TD id='foo'",
16 "rect": [8, 8, 60, 54], 11 "rect": [8, 8, 60, 54],
17 "reason": "style change" 12 "reason": "style change"
18 }, 13 },
19 { 14 {
20 "object": "LayoutBlockFlow (positioned) DIV id='blockDiv'", 15 "object": "LayoutBlockFlow (positioned) DIV id='blockDiv'",
21 "rect": [90, 30, 20, 20], 16 "rect": [90, 30, 20, 20],
22 "reason": "full" 17 "reason": "full"
23 }, 18 },
24 { 19 {
25 "object": "LayoutText #text", 20 "object": "LayoutText #text",
26 "rect": [90, 30, 11, 19], 21 "rect": [90, 30, 11, 19],
27 "reason": "layoutObject removal" 22 "reason": "layoutObject removal"
28 } 23 }
29 ] 24 ]
30 } 25 }
31 ], 26 ],
32 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
33 { 28 {
34 "object": "LayoutText #text", 29 "object": "LayoutText #text",
35 "reason": "layoutObject removal" 30 "reason": "layoutObject removal"
36 }, 31 },
37 { 32 {
38 "object": "LayoutTable (relative positioned) TABLE", 33 "object": "LayoutTableCell TD id='foo'",
39 "reason": "invalidate paint rectangle" 34 "reason": "style change"
35 },
36 {
37 "object": "LayoutTableCell TD",
38 "reason": "style change"
40 }, 39 },
41 { 40 {
42 "object": "LayoutTableCell TD id='foo'", 41 "object": "LayoutTableCell TD id='foo'",
43 "reason": "style change" 42 "reason": "style change"
44 }, 43 },
45 { 44 {
46 "object": "LayoutBlockFlow (positioned) DIV id='blockDiv'", 45 "object": "LayoutBlockFlow (positioned) DIV id='blockDiv'",
47 "reason": "full" 46 "reason": "full"
48 } 47 }
49 ] 48 ]
50 } 49 }
51 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698