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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-no-layout-change2-expected.txt

Issue 250803011: Revert FCM text-based-repaint change and rebaselines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Too many 500 errors Created 6 years, 8 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 (repaint rects
2 (bounds 2008.00 2008.00) 2 (rect 0 0 200 300)
3 (children 1
4 (GraphicsLayer
5 (bounds 2008.00 2008.00)
6 (contentsOpaque 1)
7 (drawsContent 1)
8 (repaint rects
9 (rect 0.00 0.00 2008.00 2008.00)
10 (rect 0.00 0.00 200.00 300.00)
11 )
12 )
13 )
14 ) 3 )
15 (GraphicsLayer 4 (repaint rects
16 (bounds 2008.00 2013.00) 5 (rect 0 0 300 300)
17 (children 1
18 (GraphicsLayer
19 (bounds 2008.00 2013.00)
20 (contentsOpaque 1)
21 (drawsContent 1)
22 (repaint rects
23 (rect 0.00 0.00 2008.00 2013.00)
24 (rect 0.00 0.00 300.00 300.00)
25 )
26 )
27 )
28 ) 6 )
29 (GraphicsLayer 7 (repaint rects
30 (bounds 2008.00 2013.00) 8 (rect 0 0 300 250)
31 (children 1
32 (GraphicsLayer
33 (bounds 2008.00 2013.00)
34 (contentsOpaque 1)
35 (drawsContent 1)
36 (repaint rects
37 (rect 0.00 0.00 2008.00 2013.00)
38 (rect 0.00 0.00 300.00 250.00)
39 )
40 )
41 )
42 ) 9 )
43 (GraphicsLayer 10 (repaint rects
44 (bounds 2008.00 2013.00) 11 (rect 0 0 250 250)
45 (children 1
46 (GraphicsLayer
47 (bounds 2008.00 2013.00)
48 (contentsOpaque 1)
49 (drawsContent 1)
50 (repaint rects
51 (rect 0.00 0.00 2008.00 2013.00)
52 (rect 0.00 0.00 250.00 250.00)
53 )
54 )
55 )
56 ) 12 )
57 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698