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

Side by Side Diff: LayoutTests/platform/win/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 83.00 268.00 26.00 76.00) 9 [83, 268, 26, 76],
10 (rect 79.00 316.00 26.00 24.00) 10 [79, 316, 26, 24],
11 (rect 79.00 296.00 26.00 20.00) 11 [79, 296, 26, 20],
12 (rect 79.00 272.00 26.00 68.00) 12 [79, 272, 26, 68],
13 (rect 79.00 272.00 26.00 24.00) 13 [79, 272, 26, 24],
14 (rect 79.00 144.00 26.00 24.00) 14 [79, 144, 26, 24],
15 (rect 79.00 124.00 26.00 20.00) 15 [79, 124, 26, 20],
16 (rect 79.00 100.00 26.00 24.00) 16 [79, 100, 26, 24],
17 (rect 22.00 316.00 87.00 28.00) 17 [22, 316, 87, 28],
18 (rect 22.00 316.00 61.00 28.00) 18 [22, 316, 61, 28],
19 (rect 22.00 296.00 87.00 20.00) 19 [22, 296, 87, 20],
20 (rect 22.00 296.00 61.00 20.00) 20 [22, 296, 61, 20],
21 (rect 22.00 268.00 87.00 28.00) 21 [22, 268, 87, 28],
22 (rect 22.00 268.00 61.00 28.00) 22 [22, 268, 61, 28],
23 (rect 22.00 210.00 96.00 20.00) 23 [22, 210, 96, 20],
24 (rect 22.00 210.00 96.00 20.00) 24 [22, 210, 96, 20],
25 (rect 22.00 144.00 87.00 28.00) 25 [22, 144, 87, 28],
26 (rect 22.00 144.00 61.00 28.00) 26 [22, 144, 61, 28],
27 (rect 22.00 124.00 87.00 20.00) 27 [22, 124, 87, 20],
28 (rect 22.00 124.00 87.00 20.00) 28 [22, 124, 87, 20],
29 (rect 22.00 96.00 87.00 28.00) 29 [22, 96, 87, 28],
30 (rect 22.00 96.00 61.00 28.00) 30 [22, 96, 61, 28],
31 (rect 12.00 186.00 102.00 68.00) 31 [12, 186, 102, 68],
32 (rect 12.00 100.00 93.00 68.00) 32 [12, 100, 93, 68],
33 (rect 12.00 100.00 67.00 68.00) 33 [12, 100, 67, 68],
34 (rect 8.00 182.00 110.00 76.00) 34 [8, 182, 110, 76],
35 (rect 8.00 96.00 101.00 76.00) 35 [8, 96, 101, 76],
36 (rect 8.00 96.00 75.00 76.00) 36 [8, 96, 75, 76],
37 (rect 8.00 10.00 97.00 76.00) 37 [8, 10, 97, 76],
38 (rect 8.00 10.00 97.00 76.00) 38 [8, 10, 97, 76]
39 ) 39 ]
40 ) 40 }
41 ) 41 ]
42 ) 42 }
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698