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

Side by Side Diff: LayoutTests/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 70.00 2.00 102.00) 9 [114, 70, 2, 102],
10 (rect 18.00 70.00 100.00 102.00) 10 [18, 70, 100, 102],
11 (rect 18.00 68.00 100.00 106.00) 11 [18, 68, 100, 106],
12 (rect 18.00 68.00 100.00 106.00) 12 [18, 68, 100, 106],
13 (rect 14.00 70.00 2.00 3.00) 13 [14, 70, 2, 3],
14 (rect 11.00 71.00 100.00 100.00) 14 [11, 71, 100, 100],
15 (rect 10.00 70.00 102.00 102.00) 15 [10, 70, 102, 102],
16 (rect 10.00 70.00 2.00 3.00) 16 [10, 70, 2, 3],
17 (rect 8.00 75.00 800.00 99.00) 17 [8, 75, 800, 99],
18 (rect 8.00 75.00 800.00 99.00) 18 [8, 75, 800, 99],
19 (rect 8.00 75.00 110.00 99.00) 19 [8, 75, 110, 99],
20 (rect 8.00 75.00 110.00 99.00) 20 [8, 75, 110, 99],
21 (rect 8.00 73.00 110.00 99.00) 21 [8, 73, 110, 99],
22 (rect 0.00 83.00 808.00 99.00) 22 [0, 83, 808, 99]
23 ) 23 ]
24 ) 24 }
25 ) 25 ]
26 ) 26 }
27 27
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/create-layer-repaint-expected.txt ('k') | LayoutTests/fast/repaint/erase-overflow-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698