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

Side by Side Diff: LayoutTests/platform/mac/fast/repaint/table-collapsed-border-expected.txt

Issue 331713005: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (repaint rects 8 "repaintRects": [
9 (rect 80.00 268.00 27.00 76.00) 9 [80, 268, 27, 76],
10 (rect 76.00 316.00 27.00 24.00) 10 [76, 316, 27, 24],
11 (rect 76.00 296.00 27.00 20.00) 11 [76, 296, 27, 20],
12 (rect 76.00 272.00 27.00 68.00) 12 [76, 272, 27, 68],
13 (rect 76.00 272.00 27.00 24.00) 13 [76, 272, 27, 24],
14 (rect 76.00 144.00 27.00 24.00) 14 [76, 144, 27, 24],
15 (rect 76.00 124.00 27.00 20.00) 15 [76, 124, 27, 20],
16 (rect 76.00 100.00 27.00 24.00) 16 [76, 100, 27, 24],
17 (rect 22.00 316.00 85.00 28.00) 17 [22, 316, 85, 28],
18 (rect 22.00 316.00 58.00 28.00) 18 [22, 316, 58, 28],
19 (rect 22.00 296.00 85.00 20.00) 19 [22, 296, 85, 20],
20 (rect 22.00 296.00 58.00 20.00) 20 [22, 296, 58, 20],
21 (rect 22.00 268.00 85.00 28.00) 21 [22, 268, 85, 28],
22 (rect 22.00 268.00 58.00 28.00) 22 [22, 268, 58, 28],
23 (rect 22.00 210.00 94.00 20.00) 23 [22, 210, 94, 20],
24 (rect 22.00 210.00 94.00 20.00) 24 [22, 210, 94, 20],
25 (rect 22.00 144.00 85.00 28.00) 25 [22, 144, 85, 28],
26 (rect 22.00 144.00 58.00 28.00) 26 [22, 144, 58, 28],
27 (rect 22.00 124.00 85.00 20.00) 27 [22, 124, 85, 20],
28 (rect 22.00 124.00 85.00 20.00) 28 [22, 124, 85, 20],
29 (rect 22.00 96.00 85.00 28.00) 29 [22, 96, 85, 28],
30 (rect 22.00 96.00 58.00 28.00) 30 [22, 96, 58, 28],
31 (rect 12.00 186.00 100.00 68.00) 31 [12, 186, 100, 68],
32 (rect 12.00 100.00 91.00 68.00) 32 [12, 100, 91, 68],
33 (rect 12.00 100.00 64.00 68.00) 33 [12, 100, 64, 68],
34 (rect 8.00 182.00 108.00 76.00) 34 [8, 182, 108, 76],
35 (rect 8.00 96.00 99.00 76.00) 35 [8, 96, 99, 76],
36 (rect 8.00 96.00 72.00 76.00) 36 [8, 96, 72, 76],
37 (rect 8.00 10.00 95.00 76.00) 37 [8, 10, 95, 76],
38 (rect 8.00 10.00 95.00 76.00) 38 [8, 10, 95, 76]
39 ) 39 ]
40 ) 40 }
41 ) 41 ]
42 ) 42 }
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698