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

Side by Side Diff: LayoutTests/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 132.00 2.00 199.00) 9 [304, 132, 2, 199],
10 (rect 254.00 132.00 52.00 235.00) 10 [254, 132, 52, 235],
11 (rect 10.00 317.00 242.00 50.00) 11 [10, 317, 242, 50],
12 (rect 10.00 281.00 292.00 50.00) 12 [10, 281, 292, 50],
13 (rect 10.00 132.00 292.00 199.00) 13 [10, 132, 292, 199],
14 (rect 10.00 132.00 292.00 144.00) 14 [10, 132, 292, 144],
15 (rect 10.00 132.00 242.00 235.00) 15 [10, 132, 242, 235],
16 (rect 10.00 132.00 242.00 180.00) 16 [10, 132, 242, 180],
17 (rect 8.00 333.00 784.00 36.00) 17 [8, 333, 784, 36],
18 (rect 8.00 333.00 300.00 36.00) 18 [8, 333, 300, 36],
19 (rect 8.00 333.00 300.00 36.00) 19 [8, 333, 300, 36],
20 (rect 8.00 331.00 300.00 36.00) 20 [8, 331, 300, 36],
21 (rect 0.00 341.00 800.00 36.00) 21 [0, 341, 800, 36]
22 ) 22 ]
23 ) 23 }
24 ) 24 ]
25 ) 25 }
26 26
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/bugzilla-3509-expected.txt ('k') | LayoutTests/fast/repaint/bugzilla-6388-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698