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

Side by Side Diff: LayoutTests/platform/win-xp/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 78.00 286.00 25.00 82.00) 9 [78, 286, 25, 82],
10 (rect 74.00 338.00 25.00 26.00) 10 [74, 338, 25, 26],
11 (rect 74.00 316.00 25.00 22.00) 11 [74, 316, 25, 22],
12 (rect 74.00 290.00 25.00 74.00) 12 [74, 290, 25, 74],
13 (rect 74.00 290.00 25.00 26.00) 13 [74, 290, 25, 26],
14 (rect 74.00 154.00 25.00 26.00) 14 [74, 154, 25, 26],
15 (rect 74.00 132.00 25.00 22.00) 15 [74, 132, 25, 22],
16 (rect 74.00 106.00 25.00 26.00) 16 [74, 106, 25, 26],
17 (rect 22.00 338.00 81.00 30.00) 17 [22, 338, 81, 30],
18 (rect 22.00 338.00 56.00 30.00) 18 [22, 338, 56, 30],
19 (rect 22.00 316.00 81.00 22.00) 19 [22, 316, 81, 22],
20 (rect 22.00 316.00 56.00 22.00) 20 [22, 316, 56, 22],
21 (rect 22.00 286.00 81.00 30.00) 21 [22, 286, 81, 30],
22 (rect 22.00 286.00 56.00 30.00) 22 [22, 286, 56, 30],
23 (rect 22.00 224.00 89.00 22.00) 23 [22, 224, 89, 22],
24 (rect 22.00 224.00 89.00 22.00) 24 [22, 224, 89, 22],
25 (rect 22.00 154.00 81.00 30.00) 25 [22, 154, 81, 30],
26 (rect 22.00 154.00 56.00 30.00) 26 [22, 154, 56, 30],
27 (rect 22.00 132.00 81.00 22.00) 27 [22, 132, 81, 22],
28 (rect 22.00 132.00 81.00 22.00) 28 [22, 132, 81, 22],
29 (rect 22.00 102.00 81.00 30.00) 29 [22, 102, 81, 30],
30 (rect 22.00 102.00 56.00 30.00) 30 [22, 102, 56, 30],
31 (rect 12.00 198.00 95.00 74.00) 31 [12, 198, 95, 74],
32 (rect 12.00 106.00 87.00 74.00) 32 [12, 106, 87, 74],
33 (rect 12.00 106.00 62.00 74.00) 33 [12, 106, 62, 74],
34 (rect 8.00 194.00 103.00 82.00) 34 [8, 194, 103, 82],
35 (rect 8.00 102.00 95.00 82.00) 35 [8, 102, 95, 82],
36 (rect 8.00 102.00 70.00 82.00) 36 [8, 102, 70, 82],
37 (rect 8.00 10.00 91.00 82.00) 37 [8, 10, 91, 82],
38 (rect 8.00 10.00 91.00 82.00) 38 [8, 10, 91, 82]
39 ) 39 ]
40 ) 40 }
41 ) 41 ]
42 ) 42 }
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698