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

Side by Side Diff: LayoutTests/platform/linux/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt

Issue 347223003: 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 808.00 585.00) 2 "bounds": [808, 585],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 808.00 585.00) 5 "bounds": [808, 585],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (repaint rects 8 "repaintRects": [
9 (rect 114.00 74.00 2.00 102.00) 9 [114, 74, 2, 102],
10 (rect 18.00 74.00 100.00 102.00) 10 [18, 74, 100, 102],
11 (rect 18.00 72.00 100.00 106.00) 11 [18, 72, 100, 106],
12 (rect 18.00 72.00 100.00 106.00) 12 [18, 72, 100, 106],
13 (rect 14.00 74.00 2.00 3.00) 13 [14, 74, 2, 3],
14 (rect 11.00 75.00 100.00 100.00) 14 [11, 75, 100, 100],
15 (rect 10.00 74.00 102.00 102.00) 15 [10, 74, 102, 102],
16 (rect 10.00 74.00 2.00 3.00) 16 [10, 74, 2, 3],
17 (rect 8.00 79.00 800.00 99.00) 17 [8, 79, 800, 99],
18 (rect 8.00 79.00 800.00 99.00) 18 [8, 79, 800, 99],
19 (rect 8.00 79.00 110.00 99.00) 19 [8, 79, 110, 99],
20 (rect 8.00 79.00 110.00 99.00) 20 [8, 79, 110, 99],
21 (rect 8.00 77.00 110.00 99.00) 21 [8, 77, 110, 99],
22 (rect 0.00 87.00 808.00 99.00) 22 [0, 87, 808, 99]
23 ) 23 ]
24 ) 24 }
25 ) 25 ]
26 ) 26 }
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698