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

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

Issue 1190083002: Auto-rebaseline for r197270 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 [117, 8, 1, 104], 9 [117, 8, 1, 104],
10 [116, 8, 2, 104], 10 [116, 8, 2, 104],
11 [63, 59, 54, 51], 11 [63, 59, 54, 51],
12 [62, 59, 56, 53], 12 [62, 59, 56, 53],
13 [62, 8, 56, 53], 13 [62, 8, 56, 53],
14 [62, 8, 55, 52], 14 [62, 8, 55, 52],
15 [10, 60, 107, 50], 15 [10, 60, 107, 50],
16 [10, 10, 107, 100], 16 [10, 10, 107, 100],
17 [10, 10, 107, 50], 17 [10, 10, 107, 50],
18 [9, 59, 107, 50], 18 [9, 59, 107, 50],
19 [9, 9, 107, 100], 19 [9, 9, 107, 100],
20 [9, 9, 107, 50], 20 [9, 9, 107, 50],
21 [8, 110, 110, 2], 21 [8, 110, 110, 2],
22 [8, 108, 110, 4], 22 [8, 108, 110, 4],
23 [8, 59, 58, 53], 23 [8, 59, 58, 53],
24 [8, 58, 56, 52], 24 [8, 58, 56, 52],
25 [8, 8, 110, 104], 25 [8, 8, 110, 104],
26 [8, 8, 109, 102], 26 [8, 8, 109, 102],
27 [8, 8, 58, 53], 27 [8, 8, 58, 53],
28 [8, 8, 56, 52] 28 [8, 8, 56, 52]
29 ],
30 "paintInvalidationClients": [
31 "LayoutTableCell TD",
32 "LayoutTableCell TD",
33 "LayoutTableCell TD",
34 "LayoutTableCell TD",
35 "LayoutTable TABLE",
36 "LayoutTableCell TD",
37 "LayoutTableCell TD",
38 "LayoutTableCol COL id='col'",
39 "LayoutTableSection TBODY",
40 "LayoutTableRow TR",
41 "LayoutTableCell TD",
42 "LayoutTableCell TD",
43 "LayoutTableRow TR",
44 "LayoutTableCell TD",
45 "LayoutTableCell TD"
29 ] 46 ]
30 } 47 }
31 ] 48 ]
32 } 49 }
33 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698