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

Side by Side Diff: LayoutTests/fast/repaint/repaint-table-row-in-composited-document-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 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 256.00 306.00 204.00 104.00) 9 [256, 306, 204, 104],
10 (rect 256.00 156.00 204.00 104.00) 10 [256, 156, 204, 104],
11 (rect 52.00 306.00 202.00 104.00) 11 [52, 306, 202, 104],
12 (rect 52.00 156.00 202.00 104.00) 12 [52, 156, 202, 104],
13 (rect 52.00 52.00 202.00 252.00) 13 [52, 52, 202, 252],
14 (rect 52.00 52.00 202.00 102.00) 14 [52, 52, 202, 102],
15 (rect 50.00 306.00 412.00 104.00) 15 [50, 306, 412, 104],
16 (rect 50.00 262.00 700.00 150.00) 16 [50, 262, 700, 150],
17 (rect 50.00 262.00 412.00 150.00) 17 [50, 262, 412, 150],
18 (rect 50.00 262.00 412.00 150.00) 18 [50, 262, 412, 150],
19 (rect 50.00 156.00 412.00 104.00) 19 [50, 156, 412, 104],
20 (rect 50.00 154.00 412.00 150.00) 20 [50, 154, 412, 150],
21 (rect 0.00 312.00 800.00 150.00) 21 [0, 312, 800, 150]
22 ) 22 ]
23 ) 23 }
24 ) 24 ]
25 ) 25 }
26 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698