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

Side by Side Diff: LayoutTests/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt

Issue 1306433002: Let collapsed border drawings be cacheable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [63, 59, 54, 51], 9 [63, 59, 54, 51],
10 [62, 59, 56, 52], 10 [62, 59, 56, 52],
11 [62, 8, 55, 52], 11 [62, 8, 55, 52],
12 [61, 7, 57, 53], 12 [61, 7, 57, 53],
13 [8, 58, 56, 52], 13 [8, 58, 56, 52],
14 [8, 8, 162, 102], 14 [8, 8, 162, 102],
15 [8, 8, 56, 52], 15 [8, 8, 56, 52],
16 [7, 58, 56, 53], 16 [7, 58, 56, 53],
17 [7, 7, 56, 53] 17 [7, 7, 56, 53]
18 ], 18 ],
19 "paintInvalidationClients": [ 19 "paintInvalidationClients": [
20 "LayoutTableCell TD", 20 "LayoutTableCell TD",
21 "LayoutTableCell TD", 21 "LayoutTableCell TD",
22 "LayoutTableCell TD", 22 "LayoutTableCell TD",
23 "LayoutTableCell TD", 23 "LayoutTableCell TD",
24 "LayoutTableCell TD",
25 "LayoutTableCell TD",
26 "LayoutTableCell TD",
27 "LayoutTableCell TD",
28 "LayoutTableCell TD",
29 "LayoutTableCell TD",
24 "LayoutTableCol COLGROUP id='colgroup'", 30 "LayoutTableCol COLGROUP id='colgroup'",
25 "LayoutTableCell TD", 31 "LayoutTableCell TD",
26 "LayoutTableCell TD", 32 "LayoutTableCell TD",
27 "LayoutTableCell TD", 33 "LayoutTableCell TD",
28 "LayoutTableCell TD" 34 "LayoutTableCell TD"
29 ] 35 ]
30 } 36 }
31 ] 37 ]
32 } 38 }
33 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698