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

Side by Side Diff: LayoutTests/platform/win-xp/fast/repaint/bugzilla-6278-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 304.00 138.00 2.00 215.00) 9 [304, 138, 2, 215],
10 (rect 254.00 138.00 52.00 235.00) 10 [254, 138, 52, 235],
11 (rect 10.00 323.00 242.00 50.00) 11 [10, 323, 242, 50],
12 (rect 10.00 303.00 292.00 50.00) 12 [10, 303, 292, 50],
13 (rect 10.00 138.00 292.00 215.00) 13 [10, 138, 292, 215],
14 (rect 10.00 138.00 292.00 160.00) 14 [10, 138, 292, 160],
15 (rect 10.00 138.00 242.00 235.00) 15 [10, 138, 242, 235],
16 (rect 10.00 138.00 242.00 180.00) 16 [10, 138, 242, 180],
17 (rect 8.00 355.00 784.00 20.00) 17 [8, 355, 784, 20],
18 (rect 8.00 355.00 300.00 20.00) 18 [8, 355, 300, 20],
19 (rect 8.00 355.00 300.00 20.00) 19 [8, 355, 300, 20],
20 (rect 8.00 353.00 300.00 20.00) 20 [8, 353, 300, 20],
21 (rect 0.00 363.00 800.00 20.00) 21 [0, 363, 800, 20]
22 ) 22 ]
23 ) 23 }
24 ) 24 ]
25 ) 25 }
26 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698